Skip to content

Commit 6bf05f0

Browse files
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent bbf1790 commit 6bf05f0

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
@@ -6447,7 +6447,7 @@ impl<'a> Parser<'a> {
64476447
Ok(ObjectName(name_parts))
64486448
}
64496449

6450-
/// Parse a CREATE OPERATOR statement
6450+
/// Parse a `CREATE OPERATOR` statement
64516451
///
64526452
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createoperator.html)
64536453
pub fn parse_create_operator(&mut self) -> Result<Statement, ParserError> {

0 commit comments

Comments
 (0)