Skip to content

Commit 22103e0

Browse files
Update ddl.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 393670e commit 22103e0

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
@@ -4203,7 +4203,7 @@ pub struct DropOperator {
42034203
pub drop_behavior: Option<DropBehavior>,
42044204
}
42054205

4206-
/// Operator signature for DROP OPERATOR
4206+
/// Operator signature for a `DROP OPERATOR` statement
42074207
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
42084208
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
42094209
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)