From 0659fddf11b056282d9388b274d1928a54f7442a Mon Sep 17 00:00:00 2001 From: PlexSheep <58274330+PlexSheep@users.noreply.github.com> Date: Sun, 29 Jan 2023 22:45:29 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0347fa..1aab4c1 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ I have spent some time building a CMakeLists.txt. You can compile all source cod ### Note: `scanf()` is not inherently unsafe, but must be handled very careful and isn't recommended by most, so i have -chosen to classify it as unsafe. If you know exactly what you are doing using `scanf()` seems to be acceptable. +chosen to classify it as unsafe. If you know exactly what you are doing, using `scanf()` seems to be acceptable. I consider the use of `scanf()` to be bad practice.