File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2357,7 +2357,7 @@ namespace Parser {
23572357
23582358 /**
23592359 * Provides a better error message than the generic "';' expected" if possible for
2360- * known common variants of a missing semicolon, such as from a mispelled names.
2360+ * known common variants of a missing semicolon, such as from misspelled names.
23612361 *
23622362 * @param node Node preceding the expected semicolon location.
23632363 */
@@ -2421,7 +2421,7 @@ namespace Parser {
24212421 return;
24222422 }
24232423
2424- // Otherwise, we know this some kind of unknown word, not just a missing expected semicolon.
2424+ // Otherwise, we know this is some kind of unknown word, not just a missing expected semicolon.
24252425 parseErrorAt(pos, node.end, Diagnostics.Unexpected_keyword_or_identifier);
24262426 }
24272427
You can’t perform that action at this time.
0 commit comments