Skip to content

Commit b1a8927

Browse files
MaleDongaddaleax
MaleDong
authored andcommitted
lib: fix the typo error
Fix a typo error ('the' before 'any'). PR-URL: #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>
1 parent 8d3eb47 commit b1a8927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/repl/recoverable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { tokTypes: tt, Parser: AcornParser } = acorn;
1010
function isRecoverableError(e, code) {
1111
let recoverable = false;
1212

13-
// Determine if the point of the any error raised is at the end of the input.
13+
// Determine if the point of any error raised is at the end of the input.
1414
// There are two cases to consider:
1515
//
1616
// 1. Any error raised after we have encountered the 'eof' token.

0 commit comments

Comments
 (0)