From: isaacs Date: Tue, 23 Nov 2010 19:14:20 +0000 (-0800) Subject: Correct reference to "process.Module" X-Git-Tag: v0.3.2~170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2b3c865c92fd6394f717d06160ad01f8001ae3c;p=platform%2Fupstream%2Fnodejs.git Correct reference to "process.Module" --- diff --git a/doc/api/globals.markdown b/doc/api/globals.markdown index 55e5912..db1850a 100644 --- a/doc/api/globals.markdown +++ b/doc/api/globals.markdown @@ -51,6 +51,6 @@ Example: running `node example.js` from `/Users/mjr` ### module -A reference to the current module (of type `process.Module`). In particular -`module.exports` is the same as the `exports` object. See `src/process.js` +A reference to the current module. In particular +`module.exports` is the same as the `exports` object. See `src/node.js` for more information.