File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1639,9 +1639,9 @@ Read data from the file specified by `fd`.
1639
1639
1640
1640
` length ` is an integer specifying the number of bytes to read.
1641
1641
1642
- ` position ` is an integer specifying where to begin reading from in the file.
1643
- If ` position ` is ` null ` , data will be read from the current file position,
1644
- and the file position will be updated for subsequent reads .
1642
+ ` position ` is an argument specifying where to begin reading from in the file.
1643
+ If ` position ` is ` null ` , data will be read from the current file position,
1644
+ and the file position will be updated.
1645
1645
If ` position ` is an integer, the file position will remain unchanged.
1646
1646
1647
1647
The callback is given the three arguments, ` (err, bytesRead, buffer) ` .
You can’t perform that action at this time.
0 commit comments