Fix typo in pat.rs
parentesized -> parenthesized
This commit is contained in:
parent
c4e33b51c1
commit
718398ccaf
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ impl<'a> Parser<'a> {
|
|||
Err(err)
|
||||
}
|
||||
|
||||
/// Parse and throw away a parentesized comma separated
|
||||
/// Parse and throw away a parenthesized comma separated
|
||||
/// sequence of patterns until `)` is reached.
|
||||
fn skip_pat_list(&mut self) -> PResult<'a, ()> {
|
||||
while !self.check(&token::CloseDelim(token::Paren)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue