docs(sweet-curry): correct grammar

This commit is contained in:
davhojt 2022-06-15 23:17:34 +03:00 committed by Dav Hojt
parent 885ce248a6
commit 9d7f5e2abe
1 changed files with 4 additions and 6 deletions

View File

@ -2,13 +2,11 @@
### Instructions
Create the following functions with the "currying" process:
Create the following functions with the "currying" process. Those functions should accept only one argument each.
- mult2 that multiplies two numbers.
- add3 that adds three numbers.
- sub4 that subtracts four numbers.
Please note that those functions can only have one argument each.
- `mult2`: that multiplies two numbers.
- `add3`: that adds three numbers.
- `sub4`: that subtracts four numbers.
### Notions