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).