Skip to content

Commit 7b60288

Browse files
zekeMyles Borins
authored and
Myles Borins
committed
doc: use 'an' over 'a', remove redundant sentence
PR-URL: #9345 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 6908bc4 commit 7b60288

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/api/fs.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ added: v0.1.95
867867
* `callback` {Function}
868868

869869
Asynchronous fstat(2). The callback gets two arguments `(err, stats)` where
870-
`stats` is a [`fs.Stats`][] object. `fstat()` is identical to [`stat()`][],
870+
`stats` is an [`fs.Stats`][] object. `fstat()` is identical to [`stat()`][],
871871
except that the file to be stat-ed is specified by the file descriptor `fd`.
872872

873873
## fs.fstatSync(fd)
@@ -1521,8 +1521,7 @@ added: v0.0.2
15211521
* `callback` {Function}
15221522

15231523
Asynchronous stat(2). The callback gets two arguments `(err, stats)` where
1524-
`stats` is a [`fs.Stats`][] object. See the [`fs.Stats`][] section for more
1525-
information.
1524+
`stats` is an [`fs.Stats`][] object.
15261525

15271526
In case of an error, the `err.code` will be one of [Common System Errors][].
15281527

0 commit comments

Comments
 (0)