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

Commit 07d0cc6

Browse files
committed
iluwatar#1842 Improving the intent description
1 parent efc192a commit 07d0cc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

currying/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ tags:
1313
Currying
1414

1515
## Intent
16-
WHAT IS CURRYING TRYING TO ACHIEVE? Test
16+
Currying decomposes a function that takes multiple arguments into a sequence of functions that each take a single argument.
17+
The parameters of a curried function can be initialised to create a new function with lower arity to perform a more specialised
18+
task.
1719

1820
## Explanation
1921
Real-world example

0 commit comments

Comments
 (0)