Skip to content

Commit c8c2f68

Browse files
Update mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 066f27f commit c8c2f68

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
@@ -7527,7 +7527,7 @@ impl<'a> Parser<'a> {
75277527
}))
75287528
}
75297529

7530-
/// Parse a PostgreSQL-specific [Statement::DropOperator] statement.
7530+
/// Parse a[Statement::DropOperator] statement.
75317531
///
75327532
/// ```sql
75337533
/// DROP OPERATOR [ IF EXISTS ] name ( { left_type | NONE } , right_type ) [, ...] [ CASCADE | RESTRICT ]

0 commit comments

Comments
 (0)