summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2022-12-08 14:31:38 -0500
committerThan McIntosh <thanm@google.com>2022-12-09 10:49:03 +0000
commite76c87b1915cfbd0d4f22c6401987948af18e8c5 (patch)
tree100af7cd2c3f659af0304048fa3eced8ebcb2f52 /doc
parent80f7484af76773b7591d57f8f5e4479603089b90 (diff)
downloadgo-git-e76c87b1915cfbd0d4f22c6401987948af18e8c5.tar.gz
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 <thanm@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.20.html2
1 files changed, 1 insertions, 1 deletions
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.
<p><!-- https://go.dev/issue/51430 -->
Go 1.20 adds a new <code>runtime/coverage</code> 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 <code>os.Exit()</code>.
</p>