Skip to content

Commit 8afdcf4

Browse files
fixup! fs: add FileHandle.prototype.readLines
Co-authored-by: Livia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com>
1 parent 8940ae2 commit 8afdcf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/fs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ added: REPLACEME
503503
* `highWaterMark` {integer} **Default:** `64 * 1024`
504504
* Returns: [`readlinePromises.Interface`][]
505505
506-
Convenient alias to create a `readline` interface and stream over the file. See
507-
[`filehandle.createReadStream()`][] for the options.
506+
Convenience method to create a `readline` interface and stream over the file.
507+
See [`filehandle.createReadStream()`][] for the options.
508508
509509
```mjs
510510
import { open } from 'node:fs/promises';

0 commit comments

Comments
 (0)