Skip to content

Commit e590cfc

Browse files
vsemozhetbytjasnell
authored andcommitted
doc: add missing backticks around code fragments.
PR-URL: #19938 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent f600e95 commit e590cfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/fs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Emitted when the `fs.ReadStream`'s underlying file descriptor has been closed.
359359
added: v0.1.93
360360
-->
361361

362-
* `fd` {integer} Integer file descriptor used by the ReadStream.
362+
* `fd` {integer} Integer file descriptor used by the `ReadStream`.
363363

364364
Emitted when the `fs.ReadStream`'s file descriptor has been opened.
365365

@@ -674,9 +674,9 @@ Emitted when the `WriteStream`'s underlying file descriptor has been closed.
674674
added: v0.1.93
675675
-->
676676

677-
* `fd` {integer} Integer file descriptor used by the WriteStream.
677+
* `fd` {integer} Integer file descriptor used by the `WriteStream`.
678678

679-
Emitted when the WriteStream's file is opened.
679+
Emitted when the `WriteStream`'s file is opened.
680680

681681
### writeStream.bytesWritten
682682
<!-- YAML

0 commit comments

Comments
 (0)