Skip to content

Commit

Permalink
lib: fix the typo error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
MaleDong authored and addaleax committed Feb 13, 2019
1 parent 8d3eb47 commit b1a8927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/repl/recoverable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b1a8927

Please sign in to comment.