Browse Source

docs: mention util instead of sys

v0.7.4-release
Brian White 13 years ago
committed by Ben Noordhuis
parent
commit
f243ca199b
  1. 2
      doc/api/fs.markdown

2
doc/api/fs.markdown

@ -453,7 +453,7 @@ synchronous counterparts are of this type.
- `stats.isFIFO()` - `stats.isFIFO()`
- `stats.isSocket()` - `stats.isSocket()`
For a regular file `sys.inspect(stats)` would return a string very For a regular file `util.inspect(stats)` would return a string very
similar to this: similar to this:
{ dev: 2114, { dev: 2114,

Loading…
Cancel
Save