Skip to content

Commit 80abe58

Browse files
Update mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 50a2453 commit 80abe58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7540,7 +7540,7 @@ impl<'a> Parser<'a> {
75407540
}))
75417541
}
75427542

7543-
/// Parse an operator signature for DROP OPERATOR
7543+
/// Parse an operator signature for a [Statement::DropOperator]
75447544
/// Format: name ( { left_type | NONE } , right_type )
75457545
fn parse_operator_signature(&mut self) -> Result<OperatorSignature, ParserError> {
75467546
let name = self.parse_operator_name()?;

0 commit comments

Comments
 (0)