Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: mention util instead of sys
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex authored and bnoordhuis committed Oct 13, 2011
1 parent 3a34972 commit f243ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.markdown
Expand Up @@ -453,7 +453,7 @@ synchronous counterparts are of this type.
- `stats.isFIFO()`
- `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:

{ dev: 2114,
Expand Down

0 comments on commit f243ca1

Please sign in to comment.