From 6ff1e575afd8f574b7058591135a027f657874a9 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Sun, 21 Sep 2025 18:18:57 +0300 Subject: [PATCH] typo fix --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index 13736c8..9927ad2 100644 --- a/Main.hs +++ b/Main.hs @@ -82,7 +82,7 @@ withArgs a "", "A \"Socrates\" \"human\"", "", - "There are A, E, O, I traditional statements exist.", + "There are A, E, O, I traditional statements.", "Also there are A~, E~, O~, I~ with negated first part" ] | a "--version" || a "-v" = putStrLn "v1.0.2"