We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b13563 commit 2637713Copy full SHA for 2637713
1 file changed
doc/api/fs.md
@@ -3082,7 +3082,9 @@ For example:
3082
descriptor (`fd`). The `length` argument indicates the maximum number
3083
of bytes that Node.js will attempt to read from the kernel.
3084
However, the actual number of bytes read (`bytesRead`) can be lower than
3085
-the specified `length` for various reasons. For example:
+the specified `length` for various reasons.
3086
+
3087
+For example:
3088
3089
* If the file is shorter than the specified `length`, `bytesRead`
3090
will be set to the actual number of bytes read.
0 commit comments