Skip to content

Commit

Permalink
Haddock nit
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly-Bellroy committed May 6, 2024
1 parent e2dae7f commit c33e303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Monad/Error/Hoist.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c33e303

Please sign in to comment.