1
0
mirror of https://github.com/golang/go synced 2024-11-11 23:10:23 -07:00

doc: fix typo in 1.18 release notes for package testing

In release notes for Go 1.18, fix typo in changes for package testing to
correctly document the change in CL 343883.

Change-Id: I40d92858ed3f74554a094466c06771f83dd81942
Reviewed-on: https://go-review.googlesource.com/c/go/+/371616
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Cherry Mui <cherryyz@google.com>
This commit is contained in:
Olivier Mengué 2021-12-14 23:05:03 +01:00 committed by Ian Lance Taylor
parent 8108444eaa
commit 38c067d178

View File

@ -853,7 +853,7 @@ Do not send CLs removing the interior tags from such phrases.
The precedence of <code>/</code> in the argument for <code>-run</code> and
<code>-bench</code> has been increased. <code>A/B|C/D</code> used to be
treated as <code>A/(B|C)/D</code> and is now treated as
<code>(A/B)/(C/D)</code>.
<code>(A/B)|(C/D)</code>.
</p>
<p><!-- CL 356669 -->