From c33e30347b1b1fb5e429ed59575ea05716dac0b5 Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Mon, 6 May 2024 17:10:20 +1000 Subject: [PATCH] Haddock nit --- src/Control/Monad/Error/Hoist.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Control/Monad/Error/Hoist.hs b/src/Control/Monad/Error/Hoist.hs index 2363103..c32fe62 100644 --- a/src/Control/Monad/Error/Hoist.hs +++ b/src/Control/Monad/Error/Hoist.hs @@ -24,7 +24,7 @@ -- parsePacket :: 'ByteString' -> 'Either' 'Text' Packet -- @ -- --- We can be lift this error into the @App@ monad using @('<%?>')@: +-- We can lift this error into the @App@ monad using @('<%?>')@: -- -- @ -- appParsePacket :: 'ByteString' -> 'App' Packet