Skip to content

Commit

Permalink
Extremely Small Typo Fix
Browse files Browse the repository at this point in the history
Nixed an unnecessary 'd'
  • Loading branch information
gambogi committed Oct 11, 2013
1 parent 90564fa commit a89604e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ See `Data.Label` for an introductory explanation.

### Total and partial lenses

Internally lenses do not used Haskell functions directly, but are implemented
Internally lenses do not use Haskell functions directly, but are implemented
as categories. Categories allow the lenses to be run in custom computational
contexts. This approach allows us to make partial lenses that point to fields
of multi-constructor datatypes in an elegant way.
Expand Down

0 comments on commit a89604e

Please sign in to comment.