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.
This commit is contained in:
Jeff R. Allen 2018-10-12 04:01:31 +02:00 committed by Gary Burd
parent a51a35ae32
commit 76e4896901
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ var nilDialer = *DefaultDialer
// Use the response.Header to get the selected subprotocol
// (Sec-WebSocket-Protocol) and cookies (Set-Cookie).
//
// The context will be used in the request and in the Dialer
// The context will be used in the request and in the Dialer.
//
// If the WebSocket handshake fails, ErrBadHandshake is returned along with a
// non-nil *http.Response so that callers can handle redirects, authentication,