Skip to content

Commit 1b26e50

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

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
@@ -6612,7 +6612,7 @@ impl<'a> Parser<'a> {
66126612
}))
66136613
}
66146614

6615-
/// Parse a CREATE OPERATOR CLASS statement
6615+
/// Parse a [Statement::CreateOperatorClass]
66166616
///
66176617
/// [PostgreSQL Documentation](https://www.postgresql.org/docs/current/sql-createopclass.html)
66186618
pub fn parse_create_operator_class(&mut self) -> Result<Statement, ParserError> {

0 commit comments

Comments
 (0)