]> Cypherpunks repositories - gostls13.git/commit
net/http: remove accidental heading in Head documentation
authorDmitri Shuralyov <dmitshur@golang.org>
Thu, 21 Jul 2022 21:09:35 +0000 (17:09 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 21 Jul 2022 22:58:07 +0000 (22:58 +0000)
commit076c3d7f077ff0f8d02675b66b9794bbff8d2147
tree3da98d3bf0c78f16176b5b0fe9a7abaef994650b
parentc4a6d3048bb89f372662083695f957f22973e4a6
net/http: remove accidental heading in Head documentation

This short sentence was missing a period at the end, which caused it
to be interpreted as a heading. It also gained a '# ' prefix as part
of new gofmt formatting applied in CL 384268. This change makes it a
regular sentence as originally intended.

Updates #51082.

Change-Id: I100410cca21e4f91130f1f3432327bb6d66b12a2
Reviewed-on: https://go-review.googlesource.com/c/go/+/418959
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/net/http/client.go