From d512a3aa2ce262b7248b028c6b3c98ffeb805935 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Fri, 23 Aug 2024 15:21:36 -0600 Subject: [PATCH] Mods --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c8fed5..bbbc55d 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ It also ignores binary files. ```nim for c in bytes: if c == 0: - return false + return false ``` ---