Skip to content

Commit

Permalink
doc: fs: synchronize watchFile/unwatchFile warning
Browse files Browse the repository at this point in the history
One said "if available", the other "if possible". Now they both say
"if possible."
  • Loading branch information
bnoordhuis committed Jun 24, 2013
1 parent a2c4ca0 commit 3fac415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ you need to compare `curr.mtime` and `prev.mtime`.

## fs.unwatchFile(filename, [listener])

Stability: 2 - Unstable. Use fs.watch instead, if available.
Stability: 2 - Unstable. Use fs.watch instead, if possible.

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

0 comments on commit 3fac415

Please sign in to comment.