We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
false
1 parent 30f52fb commit f0565cfCopy full SHA for f0565cf
doc/api/fs.md
@@ -6971,7 +6971,7 @@ added: v0.1.10
6971
Returns `true` if the {fs.Stats} object describes a file system directory.
6972
6973
If the {fs.Stats} object was obtained from calling [`fs.lstat()`][] on a
6974
-symbolic link which resolves to a directory, this method will return false.
+symbolic link which resolves to a directory, this method will return `false`.
6975
This is because [`fs.lstat()`][] returns information
6976
about a symbolic link itself and not the path it resolves to.
6977
0 commit comments