Skip to content

Commit

Permalink
doc:concievably typo in readline.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maasencioh authored Oct 6, 2016
1 parent 5e6ae83 commit 58ac4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/readline.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Interface.prototype._normalWrite = function(b) {

// got one or more newlines; process into "line" events
var lines = string.split(lineEnding);
// either '' or (concievably) the unfinished portion of the next line
// either '' or (conceivable) the unfinished portion of the next line
string = lines.pop();
this._line_buffer = string;
lines.forEach(function(line) {
Expand Down

0 comments on commit 58ac4ad

Please sign in to comment.