From 7bf27495c63222ca2ebbc00b3009b551e183e0b2 Mon Sep 17 00:00:00 2001 From: Zanin Andrea <99.zanin@gmail.com> Date: Fri, 21 Jul 2017 22:06:33 +0200 Subject: [PATCH] Typo ~~functionnal~~ functional --- markdowns/part4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *