diff --git a/markdowns/part4.md b/markdowns/part4.md index e76a76c..b1ef203 100644 --- a/markdowns/part4.md +++ b/markdowns/part4.md @@ -1,6 +1,6 @@ # Currying -Currying is one of the words you will hear the most when you start to work with functionnal programming. It is also one of the hardest to figure out. +Currying is one of the words you will hear the most when you start to work with functional programming. It is also one of the hardest to figure out. *Definition: Currying is the technique of translating the evaluation of a function which takes multiple arguments into evaluating a sequence of functions, each with a single argument *