Skip to content

Commit

Permalink
minor doc grammar fix (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Edmonds <[email protected]>
  • Loading branch information
joee and Joe Edmonds committed Dec 21, 2023
1 parent 0da1993 commit 6e9fb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/WebSockets/Stream.hs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ data Stream = Stream
-- writing from the stream will be thread-safe, i.e. this function will create
-- a receive and write lock to be used internally.
--
-- - Reading from or writing or to a closed 'Stream' will always throw an
-- - Reading from or writing to a closed 'Stream' will always throw an
-- exception, even if the underlying "receive" and "send" functions do not
-- (we do the bookkeeping).
--
Expand Down

0 comments on commit 6e9fb1a

Please sign in to comment.