Skip to content

Commit

Permalink
Merge pull request #19846 from nicholasbishop/bishops_magical_intuition
Browse files Browse the repository at this point in the history
Fix typo: intuitive -> unintuitive

Reviewed-by: steveklabnik
  • Loading branch information
bors committed Dec 17, 2014
2 parents 91effb5 + a333e01 commit b79de71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ early_return!(input_2, [T::SpecialB]);
As the above example demonstrates, `$(...)*` is also valid on the right-hand
side of a macro definition. The behavior of `*` in transcription,
especially in cases where multiple `*`s are nested, and multiple different
names are involved, can seem somewhat magical and intuitive at first. The
names are involved, can seem somewhat magical and unintuitive at first. The
system that interprets them is called "Macro By Example". The two rules to
keep in mind are (1) the behavior of `$(...)*` is to walk through one "layer"
of repetitions for all of the `$name`s it contains in lockstep, and (2) each
Expand Down

0 comments on commit b79de71

Please sign in to comment.