chore: fix typo (#524)

This commit is contained in:
SSebo
2022-11-16 11:53:25 +08:00
committed by GitHub
parent 173a8f67a1
commit 29ad16d048
3 changed files with 6 additions and 6 deletions

View File

@@ -158,7 +158,7 @@ impl<'a> ParserContext<'a> {
}));
}
// SHOW TABLES [in | FROM] [DATABSE]
// SHOW TABLES [in | FROM] [DATABASE]
Token::Word(w) => match w.keyword {
Keyword::IN | Keyword::FROM => {
self.parser.next_token();