doc/go1.18: fix broken HTML in net/http.MaxBytesHandler

This commit is contained in:
Carl Johnson 2021-12-21 23:20:27 -05:00
parent 90fb5a4f97
commit ab88731551

View file

@ -728,7 +728,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>