From 2131b0aee60765263aadb1dee74d38361bf727f4 Mon Sep 17 00:00:00 2001 From: askeblad <74082607+askeblad@users.noreply.github.com> Date: Fri, 18 Mar 2022 08:25:34 -0500 Subject: [PATCH] typo --- 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 c787e07..fc986ce 100644 --- a/src/Control/Monad/Catch.hs +++ b/src/Control/Monad/Catch.hs @@ -184,7 +184,7 @@ class MonadThrow m => MonadCatch m where -- error from the same layer, instances should ensure that the error from @g@ -- wins. -- --- Effects other than throwing an error are also overriden by the deeper layers. +-- Effects other than throwing an error are also overridden by the deeper layers. -- For example, @StateT s Maybe a@ represents a value of type @s -> Maybe (a, -- s)@, so if an error thrown from @f@ causes this function to return @Nothing@, -- any changes to the state which @f@ also performed will be erased. As a -- GitLab