From e76c87b1915cfbd0d4f22c6401987948af18e8c5 Mon Sep 17 00:00:00 2001 From: Than McIntosh Date: Thu, 8 Dec 2022 14:31:38 -0500 Subject: [PATCH] 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 --- doc/go1.20.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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().

-- 2.50.0