Rename and fix typos

This commit is contained in:
Edwin Cheng 2019-11-04 03:12:19 +08:00
parent d8b7ba201e
commit e6709f64af
4 changed files with 43 additions and 24 deletions

View file

@ -132,7 +132,7 @@ impl MacroCallId {
}
#[derive(Debug, Clone, PartialEq, Eq)]
/// ExpansionInfo mainly describle how to map text range between src and expaned macro
/// ExpansionInfo mainly describes how to map text range between src and expanded macro
pub struct ExpansionInfo {
pub arg_map: Vec<(TextRange, TextRange)>,
pub def_map: Vec<(TextRange, TextRange)>,