Update README.md

small change
This commit is contained in:
MSilva95 2022-01-24 10:14:13 +00:00 committed by GitHub
parent 6f97733ef0
commit fd16b89c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
### Instructions
Create a function `hasCity` that takes a string called `country` and a array of strings,
which returns a new function. \
Create a function `hasCity` that takes a string called `country` and an array of strings, which are cities of that country, which returns a new function. \
The new function takes a string, called `city`, as a parameter and which determines
whether the array contains that string or not.