We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af11c02 commit 1c750b4Copy full SHA for 1c750b4
src/ast/mod.rs
@@ -3405,7 +3405,7 @@ pub enum Statement {
3405
purge: bool,
3406
/// MySQL-specific "TEMPORARY" keyword
3407
temporary: bool,
3408
- /// MySQL-specific drop index syntax, which requires table speficication
+ /// MySQL-specific drop index syntax, which requires table specification
3409
/// See <https://dev.mysql.com/doc/refman/8.4/en/drop-index.html>
3410
table: Option<ObjectName>,
3411
},
0 commit comments