We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36a5e3 commit 459c20cCopy full SHA for 459c20c
doc/api/fs.md
@@ -1316,9 +1316,8 @@ changes:
1316
* `highWaterMark` {integer} **Default:** `64 * 1024`
1317
* Returns: {fs.ReadStream} See [Readable Streams][].
1318
1319
-Be aware that, unlike the default value set for `highWaterMark` on a
1320
-readable stream (16 kb), the stream returned by this method has a
1321
-default value of 64 kb for the same parameter.
+Unlike the 16 kb default `highWaterMark` for a readable stream, the stream
+returned by this method has a default `highWaterMark` of 64 kb.
1322
1323
`options` can include `start` and `end` values to read a range of bytes from
1324
the file instead of the entire file. Both `start` and `end` are inclusive and
0 commit comments