From 95fe2a5991e00280ab67305b5fc03002ef7f37e5 Mon Sep 17 00:00:00 2001 From: Siddharth Date: Sat, 17 Apr 2021 15:13:53 +0530 Subject: [PATCH] made suggested change Co-authored-by: Antoine du Hamel --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index f967d7ec2fc76c..0cabd57120e424 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2481,7 +2481,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.