diff --git a/doc/go1.20.html b/doc/go1.20.html index e479fce8a1..e742be3a78 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -308,7 +308,7 @@ Do not send CLs removing the interior tags from such phrases.
Go 1.20 adds a new runtime/coverage
package
containing APIs for writing coverage profile data at
- runtime from a long-running and/or server programs that
+ runtime from long-running and/or server programs that
do not terminate via os.Exit()
.