Skip to content

Commit 3d677e1

Browse files
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 6bf05f0 commit 3d677e1

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
@@ -6575,7 +6575,7 @@ impl<'a> Parser<'a> {
65756575
}))
65766576
}
65776577

6578-
/// Parse a CREATE OPERATOR FAMILY statement
6578+
/// Parse a `CREATE OPERATOR FAMILY` statement
65796579
///
65806580
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createopfamily.html)
65816581
pub fn parse_create_operator_family(&mut self) -> Result<Statement, ParserError> {

0 commit comments

Comments
 (0)