File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 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
867867* ` callback ` {Function}
868868
869869Asynchronous 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() ` ] [ ] ,
871871except 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
15231523Asynchronous 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
15271526In case of an error, the ` err.code ` will be one of [ Common System Errors] [ ] .
15281527
You can’t perform that action at this time.
0 commit comments