Skip to content

Commit 7bc3c23

Browse files
Update ddl.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 31f27c5 commit 7bc3c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/ddl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4189,7 +4189,7 @@ impl fmt::Display for OperatorPurpose {
41894189
}
41904190
}
41914191

4192-
/// DROP OPERATOR statement
4192+
/// `DROP OPERATOR` statement
41934193
/// See <https://www.postgresql.org/docs/current/sql-dropoperator.html>
41944194
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
41954195
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]

0 commit comments

Comments
 (0)