Skip to content

Commit eb93b05

Browse files
authored
Merge pull request #143 from nhooyr/patch-4
fix typo
2 parents 31b8105 + 6ed3774 commit eb93b05

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/12-while-for/6-repeat-until-correct

1 file changed

+1
-1
lines changed

1-js/02-first-steps/12-while-for/6-repeat-until-correct/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ importance: 5
22

33
---
44

5-
# Repeat until the input is incorrect
5+
# Repeat until the input is correct
66

77
Write a loop which prompts for a number greater than `100`. If the visitor enters another number -- ask him to input again.
88

0 commit comments

Comments
 (0)