Skip to content

Commit 86bb005

Browse files
authored
Update functional/generics-type-classes.md
1 parent c2ca3e9 commit 86bb005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functional/generics-type-classes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Both of these mean there are fewer lines of code, and they are better organized.
221221

222222
## Disadvantages
223223

224-
This current increases the size of the binary, due to the way monomorphization
224+
This currently increases the size of the binary, due to the way monomorphization
225225
is implemented in the compiler. Hopefully the implementation will be able to
226226
improve in the future.
227227

0 commit comments

Comments
 (0)