Skip to content

Commit

Permalink
doc: add missing backticks around code fragments.
Browse files Browse the repository at this point in the history
PR-URL: #19938
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
vsemozhetbyt committed Apr 11, 2018
1 parent b3bff41 commit d8f9e3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Emitted when the `fs.ReadStream`'s underlying file descriptor has been closed.
added: v0.1.93
-->

* `fd` {integer} Integer file descriptor used by the ReadStream.
* `fd` {integer} Integer file descriptor used by the `ReadStream`.

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

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

* `fd` {integer} Integer file descriptor used by the WriteStream.
* `fd` {integer} Integer file descriptor used by the `WriteStream`.

Emitted when the WriteStream's file is opened.
Emitted when the `WriteStream`'s file is opened.

### writeStream.bytesWritten
<!-- YAML
Expand Down

0 comments on commit d8f9e3a

Please sign in to comment.