Skip to content

Commit 2d05375

Browse files
authored
change view to review in code documentation
1 parent c3e9140 commit 2d05375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Codec/Argonaut.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ coercible name codec =
397397
-- | be raised for JSON input.
398398
-- |
399399
-- | This function is named as such as the pair of functions it accepts
400-
-- | correspond with the `preview` and `view` functions of a `Prism`-style lens.
400+
-- | correspond with the `preview` and `review` functions of a `Prism`-style lens.
401401
-- |
402402
-- | An example of this would be a codec for `Data.String.NonEmpty.NonEmptyString`:
403403
-- |

0 commit comments

Comments
 (0)