Skip to content

Commit

Permalink
Spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Dec 20, 2017
1 parent 9441dc5 commit 6afdd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Code which is type-class-polymorphic, such as,
genericLength :: Num n => [a] -> n
```

has to accept an addictional dictionary argument for which class
has to accept an additional dictionary argument for which class
instance you want to use for `Num`. That can make things slower.

Resources on overloading:
Expand Down

0 comments on commit 6afdd50

Please sign in to comment.