Skip to content

Commit

Permalink
readline parsing example: change of wording
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefedelrodeodeljefe committed Jan 11, 2016
1 parent 89b2254 commit 228dd24
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 228dd24

Please sign in to comment.