]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in 1.20 release notes
authorThan McIntosh <thanm@google.com>
Thu, 8 Dec 2022 19:31:38 +0000 (14:31 -0500)
committerThan McIntosh <thanm@google.com>
Fri, 9 Dec 2022 10:49:03 +0000 (10:49 +0000)
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>
doc/go1.20.html

index e479fce8a1ae8992a7260b77024e931454d64b04..e742be3a78516e6d2708b354dc6286afea548406 100644 (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 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>