Skip to content

Commit c047b3f

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

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
@@ -7541,7 +7541,7 @@ impl<'a> Parser<'a> {
75417541
}
75427542

75437543
/// Parse an operator signature for a [Statement::DropOperator]
7544-
/// Format: name ( { left_type | NONE } , right_type )
7544+
/// Format: `name ( { left_type | NONE } , right_type )`
75457545
fn parse_operator_signature(&mut self) -> Result<OperatorSignature, ParserError> {
75467546
let name = self.parse_operator_name()?;
75477547
self.expect_token(&Token::LParen)?;

0 commit comments

Comments
 (0)