From 5f52ba36eb46b27fe03088f2e1bb6ab280fb4eba Mon Sep 17 00:00:00 2001 From: Brandon Kurtz Date: Sun, 7 Jul 2019 14:41:27 -0400 Subject: [PATCH] fixing typo --- section_07/7.02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section_07/7.02.md b/section_07/7.02.md index 959114e..9d84b14 100644 --- a/section_07/7.02.md +++ b/section_07/7.02.md @@ -1,6 +1,6 @@ # Hands on Exercises - Level 3 #2 -Print every rune code point of hte uppercase alphabet three times. Your output should look like this: +Print every rune code point of the uppercase alphabet three times. Your output should look like this: 65 U+0041 'A'