We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc31dc0 commit 7d688d4Copy full SHA for 7d688d4
doc/api/fs.md
@@ -2481,7 +2481,7 @@ changes:
2481
* `stats` {fs.Stats}
2482
2483
Retrieves the {fs.Stats} for the symbolic link referred to by the path.
2484
-The callback gets two arguments `(err, stats)` where `stats` is a {`fs.Stats}
+The callback gets two arguments `(err, stats)` where `stats` is a {fs.Stats}
2485
object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic
2486
link, then the link itself is stat-ed, not the file that it refers to.
2487
0 commit comments