feat(sweet-curry): clarify subject request

This commit is contained in:
nprimo 2023-05-18 10:00:47 +01:00 committed by Niccolò Primo
parent bb59c2fedf
commit 0696bc8ebc
1 changed files with 1 additions and 1 deletions

View File

@ -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