Skip to content

Commit dea69e6

Browse files
committed
rollup merge of rust-lang#19846: nicholasbishop/bishops_magical_intuition
2 parents f7cb5b6 + a333e01 commit dea69e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ early_return!(input_2, [T::SpecialB]);
195195
As the above example demonstrates, `$(...)*` is also valid on the right-hand
196196
side of a macro definition. The behavior of `*` in transcription,
197197
especially in cases where multiple `*`s are nested, and multiple different
198-
names are involved, can seem somewhat magical and intuitive at first. The
198+
names are involved, can seem somewhat magical and unintuitive at first. The
199199
system that interprets them is called "Macro By Example". The two rules to
200200
keep in mind are (1) the behavior of `$(...)*` is to walk through one "layer"
201201
of repetitions for all of the `$name`s it contains in lockstep, and (2) each

0 commit comments

Comments
 (0)