docs: mention util instead of sys
authorBrian White <mscdex@gmail.com>
Thu, 13 Oct 2011 01:20:03 +0000 (22:20 -0300)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 13 Oct 2011 03:06:42 +0000 (05:06 +0200)
doc/api/fs.markdown

index b176690..6ef8891 100644 (file)
@@ -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,