docs(adding): correct grammar

This commit is contained in:
davhojt 2022-06-15 00:24:15 +03:00 committed by Dav Hojt
parent b04109caf1
commit 57ef30f7ba
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
### Instructions
Create the function `add_curry` that returns a closure.
The purpose is to curry the add method to create more variations.
Create the function `add_curry`, which returns a closure.
The purpose is to 'curry' the add method to create more variations.
### Usage