Skip to content

Commit 2dc19d0

Browse files
11Takanorimark-i-m
authored andcommitted
invokations -> invocations
1 parent 9fc991d commit 2dc19d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macro-expansion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Macro expansion happens during parsing. `rustc` has two parsers, in fact: the
44
normal Rust parser, and the macro parser. During the parsing phase, the normal
5-
Rust parser will set aside the contents of macros and their invokations. Later,
5+
Rust parser will set aside the contents of macros and their invocations. Later,
66
before name resolution, macros are expanded using these portions of the code.
77
The macro parser, in turn, may call the normal Rust parser when it needs to
88
bind a metavariable (e.g. `$my_expr`) while parsing the contents of a macro

0 commit comments

Comments
 (0)