typos fixed
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user