Skip to content

Commit

Permalink
Merge pull request #83 from burenkov-anton/patch-1
Browse files Browse the repository at this point in the history
Fix markdown
  • Loading branch information
mokevnin committed Dec 16, 2019
2 parents e880b9c + 8031df4 commit 986ed2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/45-logic/50-else-if/description.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ instructions: |
On the electronic map of Westeros, which Sam implemented, the Starks' allies are shown in a green circle, the enemies in red, and neutral families in gray.
Write for Sam the function `whoIsThisHouseToStarks`, which accepts the family name as an input and returns one of three values:` `friend '`, `` enemy' `,` `neutral '`.
Write for Sam the function `whoIsThisHouseToStarks`, which accepts the family name as an input and returns one of three values: `"friend"`, `"enemy"`, `"neutral"`.
Rules for determining:
Expand Down

0 comments on commit 986ed2c

Please sign in to comment.