Skip to content

Commit 64c4632

Browse files
lnicolaJoshua Nelson
authored andcommitted
Fix typo (reflex -> reflect)
1 parent 541976f commit 64c4632

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
@@ -240,7 +240,7 @@ This struct also has hygiene information attached to it, as we will see later.
240240
Because macros invocations and definitions can be nested, the syntax context of
241241
a node must be a hierarchy. For example, if we expand a macro and there is
242242
another macro invocation or definition in the generated output, then the syntax
243-
context should reflex the nesting.
243+
context should reflect the nesting.
244244
245245
However, it turns out that there are actually a few types of context we may
246246
want to track for different purposes. Thus, there are not just one but _three_

0 commit comments

Comments
 (0)