From 76e4896901ef89d253d69b528d3701dd146fe2ae Mon Sep 17 00:00:00 2001 From: "Jeff R. Allen" Date: Fri, 12 Oct 2018 04:01:31 +0200 Subject: [PATCH] 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. --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 2e32fd5..0778119 100644 --- a/client.go +++ b/client.go @@ -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,