Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 9af432a

Browse files
committed
iluwatar#1842 Fixed typo in README
1 parent c78a576 commit 9af432a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

currying/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Pros
169169
* Currying allows for partial application, which can be used to create specialised functions concisely.
170170

171171
Cons
172-
* The order of the parameters in a curried function is important since we want to take advantage of partial application. It is best to input the most general parameters first and input specific parameters lasts.
172+
* The order of the parameters in a curried function is important since we want to take advantage of partial application. It is best to input the most general parameters first and input specific parameters last.
173173
* As shown in the programmatic example above, curried functions with several parameters have a cumbersome type signature (in Java).
174174

175175
## Credits

0 commit comments

Comments
 (0)