Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edsko committed Oct 18, 2024
1 parent 4b8fa36 commit ce2f123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/GRPC/Client/StreamType.hs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class MkStreamingHandler (styp :: StreamingType) where
--
-- > rpc @Ping @NonStreaming
--
-- though in most cases the streamting ype should be clear from the context or
-- though in most cases the streaming type should be clear from the context or
-- from the choice of @rpc@.
--
-- See 'Network.GRPC.Client.StreamType.IO.nonStreaming' and co for examples.
Expand Down

0 comments on commit ce2f123

Please sign in to comment.