We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e33b5 commit 718398cCopy full SHA for 718398c
compiler/rustc_parse/src/parser/pat.rs
@@ -240,7 +240,7 @@ impl<'a> Parser<'a> {
240
Err(err)
241
}
242
243
- /// Parse and throw away a parentesized comma separated
+ /// Parse and throw away a parenthesized comma separated
244
/// sequence of patterns until `)` is reached.
245
fn skip_pat_list(&mut self) -> PResult<'a, ()> {
246
while !self.check(&token::CloseDelim(token::Paren)) {
0 commit comments