]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.22: fix go test -cover formatting
authorCherry Mui <cherryyz@google.com>
Fri, 8 Dec 2023 20:11:12 +0000 (15:11 -0500)
committerCherry Mui <cherryyz@google.com>
Fri, 8 Dec 2023 20:35:29 +0000 (20:35 +0000)
For #61422.

Change-Id: I3591673b55fef35bc429d2e1ce4bc72c0129c03c
Reviewed-on: https://go-review.googlesource.com/c/go/+/548479
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

doc/go1.22.html

index f9b98bff8e064b8d42d63ff7ee622dcc71293824..e252c3c227ce1c098b1f14f35c4c93d1a6c8943a 100644 (file)
@@ -55,9 +55,9 @@ Do not send CLs removing the interior tags from such phrases.
 
 <!-- CL 495447 -->
 <p>
-`go` `test` `-cover` now prints coverage summaries for covered
+<code>go</code> <code>test</code> <code>-cover</code> now prints coverage summaries for covered
 packages that do not have their own test files. Prior to Go 1.22 a
-`go` `test` `-cover` run for such a package would report
+<code>go</code> <code>test</code> <code>-cover</code> run for such a package would report
 </p>
 
 <p>