Skip to content

Commit 1c750b4

Browse files
committed
Fix typo
1 parent af11c02 commit 1c750b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3405,7 +3405,7 @@ pub enum Statement {
34053405
purge: bool,
34063406
/// MySQL-specific "TEMPORARY" keyword
34073407
temporary: bool,
3408-
/// MySQL-specific drop index syntax, which requires table speficication
3408+
/// MySQL-specific drop index syntax, which requires table specification
34093409
/// See <https://dev.mysql.com/doc/refman/8.4/en/drop-index.html>
34103410
table: Option<ObjectName>,
34113411
},

0 commit comments

Comments
 (0)