aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames M. Greene <james.m.greene@gmail.com>2017-10-06 08:50:35 -0700
committerJoyee Cheung <joyeec9h3@gmail.com>2017-10-11 19:05:43 +0800
commit20f8a222598b3e9659bd61e2cbb732d1e1afa43b (patch)
treebf89d5aea810cc4b7767305201ff1a064a8501e7 /doc
parente04e9270cc73dea1324fa6f548afb1ffb365b958 (diff)
downloadandroid-node-v8-20f8a222598b3e9659bd61e2cbb732d1e1afa43b.tar.gz
android-node-v8-20f8a222598b3e9659bd61e2cbb732d1e1afa43b.tar.bz2
android-node-v8-20f8a222598b3e9659bd61e2cbb732d1e1afa43b.zip
doc: fix the description of 'close' event
PR-URL: https://github.com/nodejs/node/pull/15800 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/fs.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 0c91ec7b35..997a99a612 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -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
@@ -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