]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in 1.18 release notes for package testing
authorOlivier Mengué <olivier.mengue@gmail.com>
Tue, 14 Dec 2021 22:05:03 +0000 (23:05 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 14 Dec 2021 23:55:40 +0000 (23:55 +0000)
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>

doc/go1.18.html

index 64481a146631db6d62399596ee21ffc154c28816..c2568468ac43b28866b50eaee50305c264c75b5c 100644 (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 -->