Browse Source

Correct code span

Fixes #1489.
v0.7.4-release
Christopher Wright 14 years ago
committed by koichik
parent
commit
0d8d04e585
  1. 2
      doc/api/fs.markdown

2
doc/api/fs.markdown

@ -396,7 +396,7 @@ stat object:
These stat objects are instances of `fs.Stat`.
If you want to be notified when the file was modified, not just accessed
you need to compare `curr.mtime` and `prev.mtime.
you need to compare `curr.mtime` and `prev.mtime`.
### fs.unwatchFile(filename)

Loading…
Cancel
Save