Skip to content

Commit fec4f19

Browse files
committed
Merge pull request #19846 from nicholasbishop/bishops_magical_intuition
Fix typo: intuitive -> unintuitive Reviewed-by: steveklabnik
2 parents a05dd93 + a333e01 commit fec4f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide-macros.md

+1-1
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)