Skip to content

Commit

Permalink
Fix typo in Optics docs (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanrelf authored Feb 23, 2024
1 parent f828003 commit ea8f8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optics/src/Optics.hs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ import Data.Either.Optics as P
--
-- @
-- -- Build a lens from a getter and a setter.
-- 'lens' :: (s -> a) -> (s -> b -> t) :: 'Lens' s t a b
-- 'lens' :: (s -> a) -> (s -> b -> t) -> 'Lens' s t a b
-- @
--
-- * Correspondingly, the __elimination__ sections show how you can destruct the
Expand Down

0 comments on commit ea8f8b6

Please sign in to comment.