Skip to content

Commit

Permalink
fix(has-city): remove backslash that causes unexpected markdown rende…
Browse files Browse the repository at this point in the history
…r behaviour
  • Loading branch information
nprimo committed Jul 22, 2024
1 parent 87b526b commit 6a28cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/has-city/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Instructions

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. \
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.

Expand Down

0 comments on commit 6a28cbe

Please sign in to comment.