Browse Source

Correct reference to "process.Module"

v0.7.4-release
isaacs 15 years ago
committed by Ryan Dahl
parent
commit
a2b3c865c9
  1. 4
      doc/api/globals.markdown

4
doc/api/globals.markdown

@ -51,6 +51,6 @@ Example: running `node example.js` from `/Users/mjr`
### module ### module
A reference to the current module (of type `process.Module`). In particular A reference to the current module. In particular
`module.exports` is the same as the `exports` object. See `src/process.js` `module.exports` is the same as the `exports` object. See `src/node.js`
for more information. for more information.

Loading…
Cancel
Save