Skip to content

Commit 40b16d0

Browse files
Correct comment in Accept function
Fix duplicate word in comment for Accept function
1 parent 7d7c644 commit 40b16d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accept.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (opts *AcceptOptions) cloneWithDefaults() *AcceptOptions {
9090
}
9191

9292
// Accept accepts a WebSocket handshake from a client and upgrades the
93-
// the connection to a WebSocket.
93+
// connection to a WebSocket.
9494
//
9595
// Accept will not allow cross origin requests by default.
9696
// See the InsecureSkipVerify and OriginPatterns options to allow cross origin requests.

0 commit comments

Comments
 (0)