diff --git a/src/ast/ddl.rs b/src/ast/ddl.rs index 1d451bb9..0b113fd5 100644 --- a/src/ast/ddl.rs +++ b/src/ast/ddl.rs @@ -1003,7 +1003,7 @@ impl fmt::Display for AlterTypeOperation { pub struct AlterOperator { /// Operator name (can be schema-qualified) pub name: ObjectName, - /// Left operand type (`NONE` if no left operand) + /// Left operand type (`None` if no left operand) pub left_type: Option, /// Right operand type pub right_type: DataType,