Correct reference to "process.Module"

This commit is contained in:
isaacs 2010-11-23 11:14:20 -08:00 committed by Ryan Dahl
parent 03e5da8429
commit a2b3c865c9
1 changed files with 2 additions and 2 deletions

View File

@ -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.