We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e56472c + 718398c commit bb999f7Copy full SHA for bb999f7
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