Skip to content

Commit

Permalink
Merge pull request #230 from well-typed/edsko/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
edsko authored Oct 18, 2024
2 parents 4b8fa36 + ce2f123 commit a834734
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 a834734

Please sign in to comment.