typos fixed

This commit is contained in:
2021-08-14 17:30:24 +02:00
parent fc0ce36e8d
commit efb4ee1648
7 changed files with 17 additions and 10 deletions

View File

@@ -425,7 +425,7 @@ namespace usql {
std::unique_ptr<Node> Parser::parse_value() {
auto token_type = m_lexer.tokenType();
// parenthised expression
// parenthesised expression
if (token_type == TokenType::open_paren) {
m_lexer.skipToken(TokenType::open_paren);