From 2a07ca42ec3a821c5c8261867b666f5234511ddd Mon Sep 17 00:00:00 2001 From: lazypassion <25536767+lazypassion@users.noreply.github.com> Date: Fri, 9 Apr 2021 19:07:39 -0400 Subject: [PATCH] fixing grammar --- read.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read.go b/read.go index ae05cf93..89a00988 100644 --- a/read.go +++ b/read.go @@ -16,7 +16,7 @@ import ( "nhooyr.io/websocket/internal/xsync" ) -// Reader reads from the connection until until there is a WebSocket +// Reader reads from the connection until there is a WebSocket // data message to be read. It will handle ping, pong and close frames as appropriate. // // It returns the type of the message and an io.Reader to read it.