Skip to content

Commit 58ac4ad

Browse files
authored
doc:concievably typo in readline.js
close #8951
1 parent 5e6ae83 commit 58ac4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/readline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Interface.prototype._normalWrite = function(b) {
369369

370370
// got one or more newlines; process into "line" events
371371
var lines = string.split(lineEnding);
372-
// either '' or (concievably) the unfinished portion of the next line
372+
// either '' or (conceivable) the unfinished portion of the next line
373373
string = lines.pop();
374374
this._line_buffer = string;
375375
lines.forEach(function(line) {

0 commit comments

Comments
 (0)