summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-06-24 11:16:48 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-06-24 11:18:24 +0200
commit3fac4157fef1b083e199e04affbb6432f70861c2 (patch)
treeef62357b940cf439cfbba4055b14ea2cc464a11e
parenta2c4ca09ed80e28a9035ec442269a4e5913ac292 (diff)
downloadnode-3fac4157fef1b083e199e04affbb6432f70861c2.tar.gz
doc: fs: synchronize watchFile/unwatchFile warning
One said "if available", the other "if possible". Now they both say "if possible."
-rw-r--r--doc/api/fs.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown
index 79b64733c..6435a3044 100644
--- a/doc/api/fs.markdown
+++ b/doc/api/fs.markdown
@@ -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