Created
April 14, 2011 17:00
-
-
Save koichik/919935 to your computer and use it in GitHub Desktop.
Fix docs - Move module's description to right position
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From a98c118c1b96edf5ca097bdc1f32e114ed826a4b Mon Sep 17 00:00:00 2001 | |
| From: koichik <koichik@improvement.jp> | |
| Date: Fri, 15 Apr 2011 01:54:36 +0900 | |
| Subject: [PATCH] Fix docs - Move module's description to right position | |
| --- | |
| doc/api/globals.markdown | 3 +-- | |
| 1 files changed, 1 insertions(+), 2 deletions(-) | |
| diff --git a/doc/api/globals.markdown b/doc/api/globals.markdown | |
| index fb971cb..364a703 100644 | |
| --- a/doc/api/globals.markdown | |
| +++ b/doc/api/globals.markdown | |
| @@ -66,6 +66,7 @@ Example: running `node example.js` from `/Users/mjr` | |
| A reference to the current module. In particular | |
| `module.exports` is the same as the `exports` object. See `src/node.js` | |
| for more information. | |
| +`module` isn't actually a global but rather local to each module. | |
| ### setTimeout(cb, ms) | |
| ### clearTimeout(t) | |
| @@ -73,5 +74,3 @@ for more information. | |
| ### clearInterval(t) | |
| The timer functions are global variables. See the [timers](timers.html) section. | |
| - | |
| -`module` isn't actually a global but rather local to each module. | |
| -- | |
| 1.7.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment