doc: remove repeated statement in globals.markdown
authorJames M Snell <jasnell@gmail.com>
Fri, 14 Aug 2015 22:54:28 +0000 (15:54 -0700)
committerJames M Snell <jasnell@gmail.com>
Wed, 26 Aug 2015 01:52:37 +0000 (18:52 -0700)
Per: https://github.com/joyent/node/pull/25102

Originally reported by @kuldipem

Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/2378

doc/api/globals.markdown

index ab5a592..082ab3e 100644 (file)
@@ -143,8 +143,6 @@ when to use `module.exports`.
 
 See the [module system documentation][] for more information.
 
-See the [module section][] for more information.
-
 ## setTimeout(cb, ms)
 
 Run callback `cb` after *at least* `ms` milliseconds. The actual delay depends