Skip to content

Commit 2637713

Browse files
author
Mert Can Altin
committed
fix: statements organized
1 parent 6b13563 commit 2637713

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc/api/fs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3082,7 +3082,9 @@ For example:
30823082
descriptor (`fd`). The `length` argument indicates the maximum number
30833083
of bytes that Node.js will attempt to read from the kernel.
30843084
However, the actual number of bytes read (`bytesRead`) can be lower than
3085-
the specified `length` for various reasons. For example:
3085+
the specified `length` for various reasons.
3086+
3087+
For example:
30863088
30873089
* If the file is shorter than the specified `length`, `bytesRead`
30883090
will be set to the actual number of bytes read.

0 commit comments

Comments
 (0)