From 38c067d178111d48a5ce96feccae1a7abe28ff59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Mengu=C3=A9?= Date: Tue, 14 Dec 2021 23:05:03 +0100 Subject: [PATCH] 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 --- doc/go1.18.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).

-- 2.50.0