Fix typos in comment
Co-authored-by: Josh Gross <joshmgross@github.com>
This commit is contained in:
@@ -141,7 +141,7 @@ export function trimTokenVector(tokenVector: Token[]): Token[] {
|
||||
switch (token.type) {
|
||||
case TokenType.LEFT_PAREN:
|
||||
if (openParen == 0) {
|
||||
// Encounterend an open parenthesis witout a closing first, stop here
|
||||
// Encountered an open parenthesis without a closing first, stop here
|
||||
break;
|
||||
}
|
||||
tokenIdx--;
|
||||
|
||||
Reference in New Issue
Block a user