Skip to content

Commit f0052fc

Browse files
author
mashuai
committed
fix: typo
1 parent 2944e00 commit f0052fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ impl Parser {
919919
} else if self.parse_keyword("INDEX") {
920920
ObjectType::Index
921921
} else {
922-
return self.expected("TABLE ,VIEW or INDEX after DROP", self.peek_token());
922+
return self.expected("TABLE, VIEW or INDEX after DROP", self.peek_token());
923923
};
924924
// Many dialects support the non standard `IF EXISTS` clause and allow
925925
// specifying multiple objects to delete in a single statement

0 commit comments

Comments
 (0)