Skip to content

Commit 595d9aa

Browse files
committed
Fix typo
1 parent 0fee0ab commit 595d9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WarmUp/Loops/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fun playGame(secret: String, wordLength: Int, maxAttemptsCount: Int): Unit
1616
This function should have a loop while game is not complete
1717
(we can use the `isComplete` function from the previous steps here).
1818
Inside the loop you need to ask the user to input a guess and write their answer into the `guess` variable.
19-
After asking about input you need to recheck if the game was compiled to avoid having an infinite loop.
19+
After asking about input you need to recheck if the game was completed to avoid having an infinite loop.
2020

2121
It is better to ask user what do you expect to get, so print this text before read line user input:
2222

0 commit comments

Comments
 (0)