From f243ca199b2df647738294f1d46e8aee82b4ba7a Mon Sep 17 00:00:00 2001 From: Brian White Date: Wed, 12 Oct 2011 22:20:03 -0300 Subject: [PATCH] docs: mention util instead of sys --- doc/api/fs.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index b17669088a..6ef889193f 100644 --- a/doc/api/fs.markdown +++ b/doc/api/fs.markdown @@ -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,