From 88af2d92c4c9d08d5aabc0538aaa145088152772 Mon Sep 17 00:00:00 2001 From: AminBhr <83537913+AminBhr@users.noreply.github.com> Date: Mon, 27 Sep 2021 02:25:46 +0330 Subject: [PATCH] Fix typo --- .../08-lucky-number-exercises/06-dynamic-difficulty/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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