From 28a923c7a4063de962b2e6ac6bea667540d83ad4 Mon Sep 17 00:00:00 2001
From: Michael Snoyman <michael@snoyman.com>
Date: Thu, 29 Jun 2017 14:57:51 +0300
Subject: [PATCH] Doc improvement suggestion from @ivan-m

---
 src/Control/Monad/Catch.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Control/Monad/Catch.hs b/src/Control/Monad/Catch.hs
index cc83a14..1099e00 100644
--- a/src/Control/Monad/Catch.hs
+++ b/src/Control/Monad/Catch.hs
@@ -194,7 +194,7 @@ class MonadCatch m => MonadMask m where
     -> (a -> b -> m c)
     -- ^ cleanup, no exception thrown
     -> (a -> SomeException -> m ignored)
-    -- ^ cleanup, some exception thrown. The exception will be rethrown
+    -- ^ cleanup, some exception thrown; the exception will be rethrown
     -> (a -> m b)
     -- ^ inner action to perform with the resource
     -> m c
-- 
GitLab