Skip to content

Commit b8f6512

Browse files
arthmisnhooyr
authored andcommitted
Fix grammar (#295)
Co-authored-by: lazypassion <[email protected]>
1 parent 7c87cb5 commit b8f6512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

read.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"nhooyr.io/websocket/internal/xsync"
1818
)
1919

20-
// Reader reads from the connection until until there is a WebSocket
20+
// Reader reads from the connection until there is a WebSocket
2121
// data message to be read. It will handle ping, pong and close frames as appropriate.
2222
//
2323
// It returns the type of the message and an io.Reader to read it.

0 commit comments

Comments
 (0)