From e3d2ae0bfd4ade225b44aa990f20d8de72fc8ded Mon Sep 17 00:00:00 2001 From: Arnout Kazemier Date: Wed, 12 Oct 2011 21:50:42 +0300 Subject: [PATCH] sys has been moved to util --- src/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.js b/src/node.js index 8f725677f8..fddf32052b 100644 --- a/src/node.js +++ b/src/node.js @@ -412,7 +412,7 @@ 'unwatchFile': 'process.unwatchFile() has moved to fs.unwatchFile()', 'mixin': 'process.mixin() has been removed.', 'createChildProcess': 'childProcess API has changed. See doc/api.txt.', - 'inherits': 'process.inherits() has moved to sys.inherits.', + 'inherits': 'process.inherits() has moved to util.inherits()', '_byteLength': 'process._byteLength() has moved to Buffer.byteLength' };