From 0696bc8ebcb462885308b9f9e746d46d50277198 Mon Sep 17 00:00:00 2001 From: nprimo Date: Thu, 18 May 2023 10:00:47 +0100 Subject: [PATCH] feat(sweet-curry): clarify subject request --- subjects/sweet-curry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/sweet-curry/README.md b/subjects/sweet-curry/README.md index 98619d49..9b1df6cd 100644 --- a/subjects/sweet-curry/README.md +++ b/subjects/sweet-curry/README.md @@ -6,7 +6,7 @@ Create the following functions with the "currying" process. Those functions shou - `mult2`: that multiplies two numbers. - `add3`: that adds three numbers. -- `sub4`: that subtracts four numbers. +- `sub4`: that subtracts four numbers in the given order: first number minus second number etc. ### Notions