diff options
author | Edwin Cheng <[email protected]> | 2020-03-03 18:57:54 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2020-03-03 18:57:54 +0000 |
commit | 5ea83fee010a26e86e962cfb8270fd2a565277b3 (patch) | |
tree | 817aa7b8987596f99e25e24b75cf26678890695d | |
parent | e04c0f42227b2c72aa8ea40d6aea873669428267 (diff) |
Fixed a typo in comment
-rw-r--r-- | crates/ra_hir_expand/src/eager.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_expand/src/eager.rs b/crates/ra_hir_expand/src/eager.rs index 1dba1179a..f95f37ede 100644 --- a/crates/ra_hir_expand/src/eager.rs +++ b/crates/ra_hir_expand/src/eager.rs | |||
@@ -40,7 +40,7 @@ pub fn expand_eager_macro( | |||
40 | 40 | ||
41 | // Note: | 41 | // Note: |
42 | // When `lazy_expand` is called, its *parent* file must be already exists. | 42 | // When `lazy_expand` is called, its *parent* file must be already exists. |
43 | // Here we store an eager macro id for the argument expaned here | 43 | // Here we store an eager macro id for the argument expanded subtree here |
44 | // for that purpose. | 44 | // for that purpose. |
45 | let arg_id: MacroCallId = db | 45 | let arg_id: MacroCallId = db |
46 | .intern_eager_expansion({ | 46 | .intern_eager_expansion({ |