1
0
mirror of https://github.com/golang/go synced 2024-11-26 05:17:58 -07:00

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 <sameer@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
Sameer Ajmani 2023-04-24 09:34:24 -04:00 committed by Sameer Ajmani
parent 5256f90c98
commit 1d00dc3985

View File

@ -84,7 +84,7 @@ Do not send CLs removing the interior tags from such phrases.
TODO: complete this section TODO: complete this section
</p> </p>
<dl id="context"><dt><a href="/pkg/context/">sync</a></dt> <dl id="context"><dt><a href="/pkg/context/">context</a></dt>
<dd> <dd>
<p><!-- https://go.dev/issue/40221, CL 479918 --> <p><!-- https://go.dev/issue/40221, CL 479918 -->
The new <a href="/pkg/context/#WithoutCancel"><code>WithoutCancel</code></a> The new <a href="/pkg/context/#WithoutCancel"><code>WithoutCancel</code></a>