diff --git a/doc/api/fs.md b/doc/api/fs.md index e33c83ecfc61cb..384e4b0a2eb02d 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2465,7 +2465,7 @@ changes: * `stats` {fs.Stats} Retrieves the {fs.Stats} for the symbolic link referred to by the path. -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} object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic link, then the link itself is stat-ed, not the file that it refers to.