Skip to content

Commit 3b7abe1

Browse files
JamesMGreenetargos
authored andcommittedOct 18, 2017
doc: fix the description of 'close' event
PR-URL: #15800 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent ae75af5 commit 3b7abe1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎doc/api/fs.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@ added: v0.1.93
279279
added: v0.1.93
280280
-->
281281

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

285284
### Event: 'open'
286285
<!-- YAML
@@ -398,8 +397,7 @@ added: v0.1.93
398397
added: v0.1.93
399398
-->
400399

401-
Emitted when the `WriteStream`'s underlying file descriptor has been closed
402-
using the `fs.close()` method.
400+
Emitted when the `WriteStream`'s underlying file descriptor has been closed.
403401

404402
### Event: 'open'
405403
<!-- YAML

0 commit comments

Comments
 (0)
Please sign in to comment.