Skip to content

Commit

Permalink
doc/go1.18: fix broken HTML in net/http.MaxBytesHandler
Browse files Browse the repository at this point in the history
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 <[email protected]>
Trust: Dmitri Shuralyov <[email protected]>
  • Loading branch information
earthboundkid authored and dmitshur committed Dec 22, 2021
1 parent 8cfcee1 commit d2ce939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go1.18.html
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<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>
Expand Down

0 comments on commit d2ce939

Please sign in to comment.