fix various typos in doc comments

This commit is contained in:
Andy Russell
2018-11-12 13:05:20 -05:00
parent 0195812aea
commit 4e35cbb22e
49 changed files with 68 additions and 68 deletions

View File

@@ -150,7 +150,7 @@ impl TokenTree {
}
}
/// Modify the `TokenTree`'s span inplace.
/// Modify the `TokenTree`'s span in-place.
pub fn set_span(&mut self, span: Span) {
match *self {
TokenTree::Token(ref mut sp, _) => *sp = span,