mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
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:
parent
8cfcee1fff
commit
d2ce939604
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
<p><!-- CL 346569 -->
|
<p><!-- CL 346569 -->
|
||||||
The new
|
The new
|
||||||
<a href="/pkg/net/http#MaxBytesHandler"><code>MaxBytesHandler</code></a>
|
<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
|
<code>ResponseWriter</code> and <code>Request.Body</code> with a
|
||||||
<a href="/pkg/net/http#MaxBytesReader"><code>MaxBytesReader</code></a>.
|
<a href="/pkg/net/http#MaxBytesReader"><code>MaxBytesReader</code></a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue