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: ab88731551
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>
This commit is contained in:
Carl Johnson 2021-12-22 04:23:26 +00:00 committed by Dmitri Shuralyov
parent 8cfcee1fff
commit d2ce939604

View file

@ -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>