From 4a76bbcec59c7a9ff5c4b414a531ab9e36382cbe Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Tue, 2 Nov 2021 13:08:37 +0000 Subject: [PATCH] Update README.md --- subjects/give-back/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/give-back/README.md b/subjects/give-back/README.md index 871d072c..eff5a757 100644 --- a/subjects/give-back/README.md +++ b/subjects/give-back/README.md @@ -2,7 +2,7 @@ ### Instruction -Declare an `giveBack` function an argument and return a new function that when +Declare a `giveBack` function which takes an argument and returns a new function that when called will return the argument of the `giveBack` function ### Usage