Skip to content

Commit

Permalink
Update doc/api/fs.md: Fix false backticks
Browse files Browse the repository at this point in the history
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
NReilingh and lpinca committed Dec 18, 2023
1 parent 0aa00c9 commit 952de7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6971,7 +6971,7 @@ added: v0.1.10
Returns `true` if the {fs.Stats} object describes a file system directory.
If the {fs.Stats} object was obtained from calling [`fs.lstat()`][] on a
symbolic link which resolves to a directory, this method will return false.
symbolic link which resolves to a directory, this method will return `false`.
This is because [`fs.lstat()`][] returns information
about a symbolic link itself and not the path it resolves to.
Expand Down

0 comments on commit 952de7a

Please sign in to comment.