| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6908bc4 commit 7b60288
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -867,7 +867,7 @@ added: v0.1.95 | |||
| 867 | 867 | * `callback` {Function} | |
| 868 | 868 | ||
| 869 | 869 | 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()`][], | ||
| 871 | 871 | except that the file to be stat-ed is specified by the file descriptor `fd`. | |
| 872 | 872 | ||
| 873 | 873 | ## fs.fstatSync(fd) | |
@@ -1521,8 +1521,7 @@ added: v0.0.2 | |||
| 1521 | 1521 | * `callback` {Function} | |
| 1522 | 1522 | ||
| 1523 | 1523 | 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. | ||
| 1526 | 1525 | ||
| 1527 | 1526 | In case of an error, the `err.code` will be one of [Common System Errors][]. | |
| 1528 | 1527 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments