From 6ed3774aa9d6fcd569220907036e3e94440e1de1 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 17 Aug 2017 21:58:12 -0400 Subject: [PATCH] fix typo --- 1-js/02-first-steps/12-while-for/6-repeat-until-correct/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/12-while-for/6-repeat-until-correct/task.md b/1-js/02-first-steps/12-while-for/6-repeat-until-correct/task.md index e1fe0db4..7db9c704 100644 --- a/1-js/02-first-steps/12-while-for/6-repeat-until-correct/task.md +++ b/1-js/02-first-steps/12-while-for/6-repeat-until-correct/task.md @@ -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.