Skip to content

Commit 8bf6dd2

Browse files
chore: fix typo in Accept function (#544)
1 parent 7d7c644 commit 8bf6dd2

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)