aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOlivier Mengué <olivier.mengue@gmail.com>2021-12-14 23:05:03 +0100
committerIan Lance Taylor <iant@golang.org>2021-12-14 23:55:40 +0000
commit38c067d178111d48a5ce96feccae1a7abe28ff59 (patch)
treef473cb253c364e4d5f586c4838c0af6351e3be9b /doc
parent8108444eaa7ee45a74b2f2da6d21dd1d2b0c0352 (diff)
downloadgo-38c067d178111d48a5ce96feccae1a7abe28ff59.tar.gz
go-38c067d178111d48a5ce96feccae1a7abe28ff59.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.18.html2
1 files changed, 1 insertions, 1 deletions
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 <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 -->