Correct reference to "process.Module"
authorisaacs <i@izs.me>
Tue, 23 Nov 2010 19:14:20 +0000 (11:14 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 23 Nov 2010 22:09:59 +0000 (14:09 -0800)
doc/api/globals.markdown

index 55e5912..db1850a 100644 (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.