Skip to content

Commit f52e2f6

Browse files
committed
Fix typo
1 parent fc57358 commit f52e2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_hir_def/src/body.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use crate::{
2727
AsMacroCall, DefWithBodyId, HasModule, Lookup, ModuleId,
2828
};
2929

30-
/// A subser of Exander that only deals with cfg attributes. We only need it to
30+
/// A subset of Exander that only deals with cfg attributes. We only need it to
3131
/// avoid cyclic queries in crate def map during enum processing.
3232
pub(crate) struct CfgExpander {
3333
cfg_options: CfgOptions,

0 commit comments

Comments
 (0)