Skip to content

Commit 6ed3774

Browse files
authored
fix typo
1 parent 3b25bc5 commit 6ed3774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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)