Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
readline parsing example: change of wording
  • Loading branch information
eljefedelrodeodeljefe committed Jan 11, 2016
commit 228dd240fd556d7995a76aa1641a183626f03da4
4 changes: 2 additions & 2 deletions doc/api/readline.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ line interface:

## Example: Read File Stream Line-by-Line

Also a common case for `readline`'s `input` option is passing a file system
readable Stream to it. This is how one could craft line-by-line parsing:
A common case for `readline`'s `input` option is to pass a filesystem readable
stream to it. This is how one could craft line-by-line parsing of a file:

const readline = require('readline');
const fs = require('fs');
Expand Down