1
0
mirror of https://github.com/golang/go synced 2024-09-24 05:20:13 -06:00

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>
This commit is contained in:
Than McIntosh 2022-12-08 14:31:38 -05:00
parent 80f7484af7
commit e76c87b191

View File

@ -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>