From a195125ca7f99c50965953e6c02a8557a4039b4a Mon Sep 17 00:00:00 2001 From: Abigail Date: Tue, 4 Jan 2022 19:21:22 +0100 Subject: Typo fix --- challenge-001/abigail/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge-001/abigail/README.md b/challenge-001/abigail/README.md index 255a84f136..a049b3a647 100644 --- a/challenge-001/abigail/README.md +++ b/challenge-001/abigail/README.md @@ -36,7 +36,7 @@ be replaced by the word `fizz` and any divisible by `5` by the word ### Note We will not be assuming a fixed upper bound. Instead, we read the -upper boad from STDIN. +upper bound from STDIN. ### Solutions * [AWK](awk/ch-2.awk) -- cgit