From a5085f2d0b0237436ee2862e0d9f2c57434d531f Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Mon, 15 Jan 2018 10:04:24 -0500 Subject: [PATCH] Correct wording of warning message "certain" -> "some" --- src-brittany/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-brittany/Main.hs b/src-brittany/Main.hs index 046c830..2ce38ff 100644 --- a/src-brittany/Main.hs +++ b/src-brittany/Main.hs @@ -281,7 +281,7 @@ coreIO putErrorLnIO config suppressOutput inputPathM outputPathM = ExceptT.runEx putErrorLn $ "Error: detected unprocessed comments." ++ " The transformation output will most likely" - ++ " not contain certain of the comments" + ++ " not contain some of the comments" ++ " present in the input haskell source file." putErrorLn $ "Affected are the following comments:" unused `forM_` \case