Skip to content

Commit

Permalink
doc: remove confusing signature in fs.md
Browse files Browse the repository at this point in the history
PR-URL: #18310
Fixes: #18305
Refs: #13424
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
vsemozhetbyt authored and MylesBorins committed Feb 27, 2018
1 parent d629be2 commit 454a3d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/api/fs.md
Expand Up @@ -2457,9 +2457,8 @@ added: v0.1.31
-->

* `filename` {string|Buffer}
* `listener` {Function|undefined} **Default:** `undefined`
* `eventType` {string}
* `filename` {string|Buffer}
* `listener` {Function} Optional, a listener previously attached using
`fs.watchFile()`

Stop watching for changes on `filename`. If `listener` is specified, only that
particular listener is removed. Otherwise, *all* listeners are removed,
Expand Down

0 comments on commit 454a3d9

Please sign in to comment.