diff --git a/doc/go1.22.html b/doc/go1.22.html index f9b98bff8e..e252c3c227 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -55,9 +55,9 @@ Do not send CLs removing the interior tags from such phrases.
-`go` `test` `-cover` now prints coverage summaries for covered
+go test -cover 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
+go test -cover run for such a package would report