Skip to content

Commit

Permalink
Added missing word to .Getter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shachaf committed Apr 13, 2013
1 parent a4e6135 commit 91fa3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Control/Lens/Getter.hs
Expand Up @@ -30,8 +30,8 @@
--
-- @type 'Getter' s a = forall r. 'Getting' r s s a a@
--
-- But we actually hide the use of 'Accessor' behind a class 'Gettable'
-- to error messages from type class resolution rather than at unification
-- But we actually hide the use of 'Accessor' behind a class 'Gettable' to
-- report error messages from type class resolution rather than at unification
-- time, where they are much uglier.
--
-- @type 'Getter' s a = forall f. 'Gettable' f => (a -> f a) -> s -> f s@
Expand Down

0 comments on commit 91fa3d3

Please sign in to comment.