From: Than McIntosh Date: Thu, 8 Dec 2022 19:31:38 +0000 (-0500) Subject: doc: fix typo in 1.20 release notes X-Git-Tag: go1.20rc2~1^2~44 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e76c87b191;p=gostls13.git doc: fix typo in 1.20 release notes Fix typo. Change-Id: Id3a78ac5d8ea429ba1685889cd1661aaca8572c5 Reviewed-on: https://go-review.googlesource.com/c/go/+/456238 Run-TryBot: Than McIntosh TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor --- 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().