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