From 878a832e774cc4fe3f332059051f167562fcf80e Mon Sep 17 00:00:00 2001 From: Tlekbai Ali Date: Wed, 17 Jun 2020 15:15:49 +0600 Subject: [PATCH] Fix has_city subject text It is not clarified what should be returned --- subjects/has-city/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/subjects/has-city/README.md b/subjects/has-city/README.md index f579604d..7a77e44d 100644 --- a/subjects/has-city/README.md +++ b/subjects/has-city/README.md @@ -3,7 +3,8 @@ ### Instructions Create a function `hasCity` that given a country and an array of cities -of that country and it returns whether a city is part of that country or not. +of that country and it returns function with city parameter which returns +whether a city is part of that country or not. If it is, it should be returned ` is a city from `, otherwise -` is not a city from .` \ No newline at end of file +` is not a city from .`