From 20f8a222598b3e9659bd61e2cbb732d1e1afa43b Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 6 Oct 2017 08:50:35 -0700 Subject: [PATCH] doc: fix the description of 'close' event PR-URL: https://github.com/nodejs/node/pull/15800 Reviewed-By: Luigi Pinca Reviewed-By: Timothy Gu Reviewed-By: Joyee Cheung --- doc/api/fs.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 0c91ec7b352..997a99a6124 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' -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'