Skip to content

Commit a029dd0

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

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
@@ -6598,7 +6598,7 @@ impl<'a> Parser<'a> {
65986598
}))
65996599
}
66006600

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

0 commit comments

Comments
 (0)