Skip to content

Commit 5ea83fe

Browse files
committed
Fixed a typo in comment
1 parent e04c0f4 commit 5ea83fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_hir_expand/src/eager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub fn expand_eager_macro(
4040

4141
// Note:
4242
// 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
4444
// for that purpose.
4545
let arg_id: MacroCallId = db
4646
.intern_eager_expansion({

0 commit comments

Comments
 (0)