aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarl Johnson <me@carlmjohnson.net>2021-12-22 04:23:26 +0000
committerDmitri Shuralyov <dmitshur@golang.org>2021-12-22 23:31:40 +0000
commitd2ce93960448559a7cb5685661502d8fc0c2ebc1 (patch)
tree7e23115e3567cd0eac62dceaa5cb7cd463b972c8 /doc
parent8cfcee1fffb9429e318549ad0a2cae2046798e48 (diff)
downloadgo-d2ce93960448559a7cb5685661502d8fc0c2ebc1.tar.gz
go-d2ce93960448559a7cb5685661502d8fc0c2ebc1.zip
doc/go1.18: fix broken HTML in net/http.MaxBytesHandler
For #47694 Sorry about that! I guess the autocompleter in VSCode auto-closed the paragraph and I didn't notice. Change-Id: I1e834e47deb708cd5285d26201a442305f8c3b24 GitHub-Last-Rev: ab8873155191072efd51270c85fc6feaed318cdc GitHub-Pull-Request: golang/go#50305 Reviewed-on: https://go-review.googlesource.com/c/go/+/374014 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.18.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.18.html b/doc/go1.18.html
index 9c839bdc8f..4d5184017e 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -758,7 +758,7 @@ Do not send CLs removing the interior tags from such phrases.
<p><!-- CL 346569 -->
The new
<a href="/pkg/net/http#MaxBytesHandler"><code>MaxBytesHandler</code></a>
- function creates a <code>Handler</p>code> that wraps its
+ function creates a <code>Handler</code> that wraps its
<code>ResponseWriter</code> and <code>Request.Body</code> with a
<a href="/pkg/net/http#MaxBytesReader"><code>MaxBytesReader</code></a>.
</p>