We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7a49f commit f8fbac7Copy full SHA for f8fbac7
doc/api/fs.md
@@ -1308,9 +1308,9 @@ Read data from the file specified by `fd`.
1308
1309
`length` is an integer specifying the number of bytes to read.
1310
1311
-`position` is an integer specifying where to begin reading from in the file.
1312
-If `position` is `null`, data will be read from the current file position,
1313
-and the file position will be updated for subsequent reads.
+`position` is an argument specifying where to begin reading from in the file.
+If `position` is `null`, data will be read from the current file position,
+and the file position will be updated.
1314
If `position` is an integer, the file position will remain unchanged.
1315
1316
The callback is given the three arguments, `(err, bytesRead, buffer)`.
0 commit comments