File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines 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
You can’t perform that action at this time.
0 commit comments