diff --git a/doc/go1.21.html b/doc/go1.21.html
index 66bf5470ba..7cbd31d025 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -43,16 +43,17 @@ Do not send CLs removing the interior tags from such phrases.
As a result of the addition of the new GOOS value
"wasip1", Go files named *_wasip1.go
will now be ignored
- by Go tools 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 except when that GOOS value is being
+ used.
+ If you have existing filenames matching that pattern, you will
+ need to rename them.
<-- https://go.dev/issue/58099, CL 474236 --> +
The -pgo build flag now defaults to -pgo=auto,
and the restriction of specifying a single main package on the command
line is now removed. If a file named default.pgo is present