From b1b1582e0a01b349dda748b20f24d4dc429060db Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Wed, 5 May 2021 22:24:43 +0200 Subject: [PATCH] typo (line -> lines) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e5ab62..13df283 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # C-string-reverse -If you've ever wondered how overkill C can get, enjoy these 100+ line of code just to read a string from the keyboard and print it reversed on the screen +If you've ever wondered how overkill C can get, enjoy these 100+ lines of code just to read a string from the keyboard and print it reversed on the screen