diff --git a/doc/api/globals.markdown b/doc/api/globals.markdown index 55e591282e..db1850a420 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.