Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ec87dc

Browse filesBrowse files
committed
doc: fix the description of 'close' event
PR-URL: #15800 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent 02b4684 commit 9ec87dc
Copy full SHA for 9ec87dc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ added: v0.1.93
182182

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

185-
Emitted when the ReadStream's file is opened.
185+
Emitted when the `ReadStream`'s underlying file descriptor has been closed.
186186

187187
### readStream.bytesRead
188188
<!-- YAML
@@ -296,7 +296,7 @@ added: v0.1.93
296296

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

299-
Emitted when the WriteStream's file is opened.
299+
Emitted when the `WriteStream`'s underlying file descriptor has been closed.
300300

301301
### writeStream.bytesWritten
302302
<!-- YAML

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.