Skip to content

Commit 9fa7dcf

Browse files
SiddharthShynibentargos
authored andcommitted
doc: fix missing backtick in fs.md
PR-URL: #38260 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent ee1d13c commit 9fa7dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@ changes:
24652465
* `stats` {fs.Stats}
24662466
24672467
Retrieves the {fs.Stats} for the symbolic link referred to by the path.
2468-
The callback gets two arguments `(err, stats)` where `stats` is a {`fs.Stats}
2468+
The callback gets two arguments `(err, stats)` where `stats` is a {fs.Stats}
24692469
object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic
24702470
link, then the link itself is stat-ed, not the file that it refers to.
24712471

0 commit comments

Comments
 (0)