typos: fix a grabbag of typos all over the place

This commit is contained in:
Cristi Cobzarenco
2015-10-07 23:11:25 +01:00
parent 95285c496f
commit 4b308b44e1
71 changed files with 92 additions and 94 deletions

View File

@@ -600,7 +600,7 @@ impl<'a> ExtCtxt<'a> {
self.expander().fold_expr(e)
}
/// Returns a `Folder` for deeply expanding all macros in a AST node.
/// Returns a `Folder` for deeply expanding all macros in an AST node.
pub fn expander<'b>(&'b mut self) -> expand::MacroExpander<'b, 'a> {
expand::MacroExpander::new(self)
}