Skip to content

Commit f11c4ba

Browse files
committed
Remove extra parentheses
1 parent 750f2c6 commit f11c4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ _name_ s that occur in its body. At the "current layer", they all must repeat
547547
the same number of times, so ` ( $( $i:ident ),* ; $( $j:ident ),* ) => ( $(
548548
($i,$j) ),* )` is valid if given the argument `(a,b,c ; d,e,f)`, but not
549549
`(a,b,c ; d,e)`. The repetition walks through the choices at that layer in
550-
lockstep, so the former input transcribes to `( (a,d), (b,e), (c,f) )`.
550+
lockstep, so the former input transcribes to `(a,d), (b,e), (c,f)`.
551551

552552
Nested repetitions are allowed.
553553

0 commit comments

Comments
 (0)