mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
lib: fix the typo error
Fix a typo error ('the' before 'any').
PR-URL: https://github.com/nodejs/node/pull/26032
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Lance Ball <lball@redhat.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
committed by
Daniel Bevenius
parent
666beb0421
commit
048b977d8e
@@ -10,7 +10,7 @@ const { tokTypes: tt, Parser: AcornParser } = acorn;
|
||||
function isRecoverableError(e, code) {
|
||||
let recoverable = false;
|
||||
|
||||
// Determine if the point of the any error raised is at the end of the input.
|
||||
// Determine if the point of any error raised is at the end of the input.
|
||||
// There are two cases to consider:
|
||||
//
|
||||
// 1. Any error raised after we have encountered the 'eof' token.
|
||||
|
||||
Reference in New Issue
Block a user