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 <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Lance Ball <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: James M Snell <[email protected]>
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)