From ce2f12330795ecc4bf912e0ba9b4c75d81334ceb Mon Sep 17 00:00:00 2001 From: Edsko de Vries Date: Fri, 18 Oct 2024 13:01:46 +0200 Subject: [PATCH] Fix typo --- src/Network/GRPC/Client/StreamType.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Network/GRPC/Client/StreamType.hs b/src/Network/GRPC/Client/StreamType.hs index 7723203d..158e9153 100644 --- a/src/Network/GRPC/Client/StreamType.hs +++ b/src/Network/GRPC/Client/StreamType.hs @@ -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.