]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo
authorveetaha <veetaha2@gmail.com>
Sat, 25 Apr 2020 17:49:51 +0000 (20:49 +0300)
committerveetaha <veetaha2@gmail.com>
Sat, 25 Apr 2020 17:49:51 +0000 (20:49 +0300)
crates/ra_hir_def/src/body.rs

index 3b169440ad85ecdb21cb3b91a0bf67c28062aad9..890cefcafbe4694fbd893f865f1d00e4cfdf292d 100644 (file)
@@ -27,7 +27,7 @@
     AsMacroCall, DefWithBodyId, HasModule, Lookup, ModuleId,
 };
 
-/// A subser of Exander that only deals with cfg attributes. We only need it to
+/// A subset of Exander that only deals with cfg attributes. We only need it to
 /// avoid cyclic queries in crate def map during enum processing.
 pub(crate) struct CfgExpander {
     cfg_options: CfgOptions,