Skip to content

Commit 7d688d4

Browse files
SiddharthShynibenaduh95
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 bc31dc0 commit 7d688d4

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
@@ -2481,7 +2481,7 @@ changes:
24812481
* `stats` {fs.Stats}
24822482
24832483
Retrieves the {fs.Stats} for the symbolic link referred to by the path.
2484-
The callback gets two arguments `(err, stats)` where `stats` is a {`fs.Stats}
2484+
The callback gets two arguments `(err, stats)` where `stats` is a {fs.Stats}
24852485
object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic
24862486
link, then the link itself is stat-ed, not the file that it refers to.
24872487

0 commit comments

Comments
 (0)