From cba9f5cdfb46f1a196c6c5d62632d2375c067744 Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Sat, 1 May 2021 13:21:55 +0300 Subject: [PATCH] Add missing 'be' --- 15-project-retro-led-clock/exercises/04-ticker/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15-project-retro-led-clock/exercises/04-ticker/main.go b/15-project-retro-led-clock/exercises/04-ticker/main.go index 533e40a..841f11f 100644 --- a/15-project-retro-led-clock/exercises/04-ticker/main.go +++ b/15-project-retro-led-clock/exercises/04-ticker/main.go @@ -14,7 +14,7 @@ // // // THIS IS A HARD EXERCISE: -// + It will take you days but it will worth it. +// + It will take you days but it will be worth it. // + For experienced developers, this can take an hour or so. // //