From 5bc8b86750384fcad071b58e4826255067eebdf2 Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Sat, 1 May 2021 13:21:55 +0300 Subject: [PATCH] Fix typo in 15 exercises --- 15-project-retro-led-clock/exercises/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15-project-retro-led-clock/exercises/README.md b/15-project-retro-led-clock/exercises/README.md index 65aebd4..17d324c 100644 --- a/15-project-retro-led-clock/exercises/README.md +++ b/15-project-retro-led-clock/exercises/README.md @@ -18,4 +18,4 @@ These exercises will reinforce your knowledge of manipulating arrays. You will p 4. **[Ticker](https://github.com/inancgumus/learngo/tree/master/15-project-retro-led-clock/exercises/04-ticker)** - This is an HARD EXERCISE. You will slide the clock animation from right-to-left. After this exercise, you will truly feel that you've mastered everything you've learned so far. \ No newline at end of file + This is a HARD EXERCISE. You will slide the clock animation from right-to-left. After this exercise, you will truly feel that you've mastered everything you've learned so far.