diff --git a/section_07/7.04.md b/section_07/7.04.md index 14a87f6..24247e2 100644 --- a/section_07/7.04.md +++ b/section_07/7.04.md @@ -4,7 +4,7 @@ Create a for loop using this syntax * for {} -Have it print out hte years you have been alive. +Have it print out the years you have been alive. [answer](https://play.golang.org/p/ujil0hqEmK)