]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: fix broken HTML in net/http.MaxBytesHandler
authorCarl Johnson <me@carlmjohnson.net>
Wed, 22 Dec 2021 04:23:26 +0000 (04:23 +0000)
committerDmitri Shuralyov <dmitshur@golang.org>
Wed, 22 Dec 2021 23:31:40 +0000 (23:31 +0000)
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>

doc/go1.18.html

index 9c839bdc8f53952d4ec298ba8a41eef7082bb029..4d5184017e928f8b8fe2ec1f5211a17588c24654 100644 (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>