Skip to content

Commit 76e4896

Browse files
jeffallengaryburd
authored andcommitted
Fix formatting problem in the docs. (#435)
Sorry for the dumbest PR ever, but this tiny addition of a period changes the formatting of this sentence from a header to a regular paragraph in godoc.
1 parent a51a35a commit 76e4896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ var nilDialer = *DefaultDialer
140140
// Use the response.Header to get the selected subprotocol
141141
// (Sec-WebSocket-Protocol) and cookies (Set-Cookie).
142142
//
143-
// The context will be used in the request and in the Dialer
143+
// The context will be used in the request and in the Dialer.
144144
//
145145
// If the WebSocket handshake fails, ErrBadHandshake is returned along with a
146146
// non-nil *http.Response so that callers can handle redirects, authentication,

0 commit comments

Comments
 (0)