Skip to content

Commit f0565cf

Browse files
NReilinghlpinca
andauthored
Update doc/api/fs.md: Fix false backticks
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
1 parent 30f52fb commit f0565cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6971,7 +6971,7 @@ added: v0.1.10
69716971
Returns `true` if the {fs.Stats} object describes a file system directory.
69726972
69736973
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.
6974+
symbolic link which resolves to a directory, this method will return `false`.
69756975
This is because [`fs.lstat()`][] returns information
69766976
about a symbolic link itself and not the path it resolves to.
69776977

0 commit comments

Comments
 (0)