Fix misspelled comments.
I cleaned up comments prior to the 1.0 alpha release.
This commit is contained in:
parent
ea6f65c5f1
commit
e3b7fedc20
29 changed files with 38 additions and 38 deletions
|
@ -2780,7 +2780,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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue