From b8238bd9b8c39fe6866301d411f9edaf72547859 Mon Sep 17 00:00:00 2001 From: Urmas Rist Date: Fri, 21 Jan 2022 07:44:32 +0200 Subject: [PATCH] sentence cleanup --- subjects/has-city/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/has-city/README.md b/subjects/has-city/README.md index d0d65938b..242b21b4b 100644 --- a/subjects/has-city/README.md +++ b/subjects/has-city/README.md @@ -3,7 +3,7 @@ ### Instructions Create a function `hasCity` that takes a string called `country` and a array of strings named `cities`, -which contains the cities of that country and it returns a new function. \ +which returns a new function. \ The new function takes a string called `city` as a parameter which returns whether the string is part of the `cities` array or not.