From 3148b215da8d554ee46198a3e4e3474b648e3c17 Mon Sep 17 00:00:00 2001 From: Jeff Kilpatrick Date: Mon, 2 Jan 2023 13:01:13 -0800 Subject: [PATCH] Fix typo in const/README.md: "Type" should read "Typo" --- section_1/const/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section_1/const/README.md b/section_1/const/README.md index 1ca4350..53232e0 100644 --- a/section_1/const/README.md +++ b/section_1/const/README.md @@ -79,7 +79,7 @@ modify something marked as read only by the hardware will result in a crash. string contains a typo - we meant to write "Typo" but we experienced a senior moment and what got entered was "Rypo". Could happen to anyone. -For some reason, we will fix "Rypo", turning it into "Type" using code +For some reason, we will fix "Rypo", turning it into "Typo" using code rather than simply editing the file. The same is true for `rotypo`. Extra credit for being consistent.