Merge pull request #20674 from jbcrail/fix-misspelled-comments
Fix misspelled comments. Reviewed-by: steveklabnik
This commit is contained in:
@@ -2749,7 +2749,7 @@ impl<'a> Parser<'a> {
|
||||
let open_span = self.span;
|
||||
self.bump();
|
||||
|
||||
// Parse the token trees within the delimeters
|
||||
// Parse the token trees within the delimiters
|
||||
let tts = self.parse_seq_to_before_end(
|
||||
&token::CloseDelim(delim),
|
||||
seq_sep_none(),
|
||||
|
||||
Reference in New Issue
Block a user