diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2021-01-02 14:54:22 +0200 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2021-01-02 09:25:03 -0500 |
| commit | bf4e7b347dc273080e62daeef2af8448c69c04e2 (patch) | |
| tree | bfb841d117d625c23505784a5f0623ef884b9bea /src/doc/rustc-dev-guide | |
| parent | 287434551a51cb6694fdce51c0bc0d29e21545e1 (diff) | |
| download | rust-bf4e7b347dc273080e62daeef2af8448c69c04e2.tar.gz rust-bf4e7b347dc273080e62daeef2af8448c69c04e2.zip | |
Fix typo (reflex -> reflect)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/macro-expansion.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/macro-expansion.md b/src/doc/rustc-dev-guide/src/macro-expansion.md index a02b854af20..40342a70375 100644 --- a/src/doc/rustc-dev-guide/src/macro-expansion.md +++ b/src/doc/rustc-dev-guide/src/macro-expansion.md @@ -240,7 +240,7 @@ This struct also has hygiene information attached to it, as we will see later. Because macros invocations and definitions can be nested, the syntax context of a node must be a hierarchy. For example, if we expand a macro and there is another macro invocation or definition in the generated output, then the syntax -context should reflex the nesting. +context should reflect the nesting. However, it turns out that there are actually a few types of context we may want to track for different purposes. Thus, there are not just one but _three_ |
