Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed May 30, 2024
1 parent abc56fe commit 574da01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlparser/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ impl Parser<'_> {
Ok(stmts)
}

/// Parse a list of semicolon-separeted statements.
/// Parse a list of semicolon-separated statements.
fn parse_statements(&mut self) -> PResult<Vec<Statement>> {
let mut stmts = Vec::new();
let mut expecting_statement_delimiter = false;
Expand Down

0 comments on commit 574da01

Please sign in to comment.