diff --git a/13-loops/exercises/08-lucky-number-exercises/06-dynamic-difficulty/main.go b/13-loops/exercises/08-lucky-number-exercises/06-dynamic-difficulty/main.go index 9eb8881..8baeb72 100644 --- a/13-loops/exercises/08-lucky-number-exercises/06-dynamic-difficulty/main.go +++ b/13-loops/exercises/08-lucky-number-exercises/06-dynamic-difficulty/main.go @@ -17,7 +17,7 @@ package main // depending on the guess number. // // RESTRICTION -// Do not make the game to easy. Only adjust the +// Do not make the game too easy. Only adjust the // difficulty if the guess is above 10. // // EXPECTED OUTPUT