Skip to content

Commit 5c418b0

Browse files
Fix CREATE INDEX comment
Co-authored-by: Joey Hain <[email protected]>
1 parent c55fa4b commit 5c418b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/dml.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use super::{
2626
SqliteOnConflict, TableWithJoins,
2727
};
2828

29-
/// CREATE TABLE statement.
29+
/// CREATE INDEX statement.
3030
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
3131
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
3232
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)