Skip to content

Commit d9128a9

Browse files
ismailariliktshepang
authored andcommitted
fix(macro-expansion.md): fix the article an to a to have uninterrupted reading
1 parent 25ca6c5 commit d9128a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macro-expansion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ iteration, this represents a compile error. Here is the [algorithm][original]:
4848
[fef]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/expand/struct.MacroExpander.html#method.fully_expand_fragment
4949
[original]: https://github.com/rust-lang/rust/pull/53778#issuecomment-419224049
5050

51-
1. Initialize an `queue` of unresolved macros.
51+
1. Initialize a `queue` of unresolved macros.
5252
2. Repeat until `queue` is empty (or we make no progress, which is an error):
5353
1. [Resolve](./name-resolution.md) imports in our partially built crate as
5454
much as possible.

0 commit comments

Comments
 (0)