From 57ef30f7bae37a7139bcf8c3e49ec465b2592109 Mon Sep 17 00:00:00 2001 From: davhojt Date: Wed, 15 Jun 2022 00:24:15 +0300 Subject: [PATCH] docs(adding): correct grammar --- subjects/adding/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/adding/README.md b/subjects/adding/README.md index 9da6b4b4..f0fa4fd6 100644 --- a/subjects/adding/README.md +++ b/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