Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: truncate 'close' event descriptions for fs.ReadStream and fs.Wri…
…teStream

Per suggestion from @mscdex in PR #15790
  • Loading branch information
JamesMGreene committed Oct 6, 2017
commit 470a2649e2c517b3e6af59a83d942b446487b9ed
6 changes: 2 additions & 4 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,7 @@ added: v0.1.93
added: v0.1.93
-->

Emitted when the `ReadStream`'s underlying file descriptor has been closed
using the `fs.close()` method.
Emitted when the `ReadStream`'s underlying file descriptor has been closed.

### Event: 'open'
<!-- YAML
Expand Down Expand Up @@ -398,8 +397,7 @@ added: v0.1.93
added: v0.1.93
-->

Emitted when the `WriteStream`'s underlying file descriptor has been closed
using the `fs.close()` method.
Emitted when the `WriteStream`'s underlying file descriptor has been closed.

### Event: 'open'
<!-- YAML
Expand Down