diff --git a/doc/go1.20.html b/doc/go1.20.html
index 28d3c8224d..e479fce8a1 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -102,9 +102,9 @@ Do not send CLs removing the interior tags from such phrases.
Programs that run go test -json
do not need any updates.
Programs that invoke go tool test2json
- directly should now run the test binary with -v=json
- (for example, go test -v=json
- or ./pkg.test -test.v=json)
+ directly should now run the test binary with -v=test2json
+ (for example, go test -v=test2json
+ or ./pkg.test -test.v=test2json)
instead of plain -v.