From 1d00dc39851cba737d3ada9a9cb4a99e525b3e9f Mon Sep 17 00:00:00 2001 From: Sameer Ajmani Date: Mon, 24 Apr 2023 09:34:24 -0400 Subject: [PATCH] doc: fix typo in Go 1.21 release notes Change-Id: Ib32567fdd12079cd171a4e1bc118ce27d8ce2a5d Reviewed-on: https://go-review.googlesource.com/c/go/+/488035 Run-TryBot: Sameer Ajmani Reviewed-by: Damien Neil TryBot-Result: Gopher Robot --- doc/go1.21.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.21.html b/doc/go1.21.html index e5c49912dd..14a2e5fabc 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -84,7 +84,7 @@ Do not send CLs removing the interior tags from such phrases. TODO: complete this section

-
sync
+
context

The new WithoutCancel -- 2.50.0