Browse Source

docs(adding): correct grammar

pull/1240/head
davhojt 2 years ago committed by Dav Hojt
parent
commit
57ef30f7ba
  1. 4
      subjects/adding/README.md

4
subjects/adding/README.md

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

Loading…
Cancel
Save