Skip to content

Commit 8dee580

Browse files
authored
Fix grammar (#295)
Co-authored-by: lazypassion <[email protected]>
1 parent 3604edc commit 8dee580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

read.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"nhooyr.io/websocket/internal/xsync"
1717
)
1818

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

0 commit comments

Comments
 (0)