Skip to content

Commit 6908bc4

Browse files
zekeMyles Borins
authored and
Myles Borins
committed
doc: add more internal links to fs.Stats object
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 5d971af commit 6908bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/fs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ added: v0.1.95
877877

878878
* `fd` {Integer}
879879

880-
Synchronous fstat(2). Returns an instance of `fs.Stats`.
880+
Synchronous fstat(2). Returns an instance of [`fs.Stats`][].
881881

882882
## fs.fsync(fd, callback)
883883
<!-- YAML
@@ -1076,7 +1076,7 @@ added: v0.1.30
10761076

10771077
* `path` {String | Buffer}
10781078

1079-
Synchronous lstat(2). Returns an instance of `fs.Stats`.
1079+
Synchronous lstat(2). Returns an instance of [`fs.Stats`][].
10801080

10811081
## fs.mkdir(path[, mode], callback)
10821082
<!-- YAML

0 commit comments

Comments
 (0)