Merge pull request #143 from nhooyr/patch-4

fix typo
This commit is contained in:
Ilya Kantor 2017-08-18 12:09:11 +02:00 committed by GitHub
commit eb93b05ed9

View file

@ -2,7 +2,7 @@ importance: 5
--- ---
# Repeat until the input is incorrect # Repeat until the input is correct
Write a loop which prompts for a number greater than `100`. If the visitor enters another number -- ask him to input again. Write a loop which prompts for a number greater than `100`. If the visitor enters another number -- ask him to input again.