We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
concievably
1 parent 9964bf0 commit 14ddd1aCopy full SHA for 14ddd1a
lib/readline.js
@@ -369,7 +369,7 @@ Interface.prototype._normalWrite = function(b) {
369
370
// got one or more newlines; process into "line" events
371
var lines = string.split(lineEnding);
372
- // either '' or (concievably) the unfinished portion of the next line
+ // either '' or (conceivably) the unfinished portion of the next line
373
string = lines.pop();
374
this._line_buffer = string;
375
lines.forEach(function(line) {
0 commit comments