diff --git a/lib/internal/repl/recoverable.js b/lib/internal/repl/recoverable.js index bb5af0ec225aa1..9d4fb11fa87733 100644 --- a/lib/internal/repl/recoverable.js +++ b/lib/internal/repl/recoverable.js @@ -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.