Skip to content

Commit 393670e

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

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
@@ -4199,7 +4199,7 @@ pub struct DropOperator {
41994199
pub if_exists: bool,
42004200
/// One or more operators to drop with their signatures
42014201
pub operators: Vec<OperatorSignature>,
4202-
/// CASCADE or RESTRICT
4202+
/// `CASCADE or RESTRICT`
42034203
pub drop_behavior: Option<DropBehavior>,
42044204
}
42054205

0 commit comments

Comments
 (0)