From 01173f782079e92d6d5cce5b2b5141944347d085 Mon Sep 17 00:00:00 2001 From: habere-et-dispertire Date: Sun, 28 Nov 2021 22:08:34 +0000 Subject: [PATCH] [Typo] missing last output word: enough The input word is repeated on each iteration, including the last one. --- essentials/loops/exercises/echo-until-enough/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/essentials/loops/exercises/echo-until-enough/index.md b/essentials/loops/exercises/echo-until-enough/index.md index b1fb82233..bb050c8f6 100644 --- a/essentials/loops/exercises/echo-until-enough/index.md +++ b/essentials/loops/exercises/echo-until-enough/index.md @@ -18,6 +18,7 @@ language Your word: coding coding Your word: enough +enough OK, done. ```