]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.21: fix HTML formatting
authorCherry Mui <cherryyz@google.com>
Thu, 18 May 2023 04:13:11 +0000 (00:13 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 18 May 2023 13:41:27 +0000 (13:41 +0000)
Fix formatting mistakes in my previous CLs -- a missing code tag
and a broken comment tag.

Change-Id: I7f558f59b4e8fe9cb398d0093e5389b968d89eb3
Reviewed-on: https://go-review.googlesource.com/c/go/+/496115
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
doc/go1.21.html

index 66bf5470baf729a4de6052bb552424635a19226d..7cbd31d0256f9b1838aa05ec37b4299792a89702 100644 (file)
@@ -43,16 +43,17 @@ Do not send CLs removing the interior tags from such phrases.
   As a result of the addition of the new <code>GOOS</code> value
   "<code>wasip1</code>", Go files named <code>*_wasip1.go</code>
   will now be <a href="/pkg/go/build/#hdr-Build_Constraints">ignored
-  by Go tools</a> except when that GOOS value is being used. If you
-  have existing filenames matching that pattern, you will need to
-  rename them.
+  by Go tools</a> except when that <code>GOOS</code> value is being
+  used.
+  If you have existing filenames matching that pattern, you will
+  need to rename them.
 </p>
 
 <h2 id="tools">Tools</h2>
 
 <h3 id="go-command">Go command</h3>
 
-<p><-- https://go.dev/issue/58099, CL 474236 -->
+<p><!-- https://go.dev/issue/58099, CL 474236 -->
   The <code>-pgo</code> build flag now defaults to <code>-pgo=auto</code>,
   and the restriction of specifying a single main package on the command
   line is now removed. If a file named <code>default.pgo</code> is present