Skip to content

Commit

Permalink
fixup! fs: add FileHandle.prototype.readLines
Browse files Browse the repository at this point in the history
Co-authored-by: Livia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com>
  • Loading branch information
aduh95 and LiviaMedeiros committed May 20, 2022
1 parent 8940ae2 commit 8afdcf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/fs.md
Expand Up @@ -503,8 +503,8 @@ added: REPLACEME
* `highWaterMark` {integer} **Default:** `64 * 1024`
* Returns: [`readlinePromises.Interface`][]
Convenient alias to create a `readline` interface and stream over the file. See
[`filehandle.createReadStream()`][] for the options.
Convenience method to create a `readline` interface and stream over the file.
See [`filehandle.createReadStream()`][] for the options.
```mjs
import { open } from 'node:fs/promises';
Expand Down

0 comments on commit 8afdcf4

Please sign in to comment.