From: Olivier Mengué
Date: Tue, 14 Dec 2021 22:05:03 +0000 (+0100)
Subject: doc: fix typo in 1.18 release notes for package testing
X-Git-Tag: go1.18beta2~240
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=38c067d178111d48a5ce96feccae1a7abe28ff59;p=gostls13.git
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
Trust: Cherry Mui
---
diff --git a/doc/go1.18.html b/doc/go1.18.html
index 64481a1466..c2568468ac 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -853,7 +853,7 @@ Do not send CLs removing the interior tags from such phrases.
The precedence of /
in the argument for -run
and
-bench
has been increased. A/B|C/D
used to be
treated as A/(B|C)/D
and is now treated as
- (A/B)/(C/D)
.
+ (A/B)|(C/D)
.