From: James M Snell Date: Fri, 14 Aug 2015 22:54:28 +0000 (-0700) Subject: doc: remove repeated statement in globals.markdown X-Git-Tag: v4.0.0-rc.1~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c58a63a18e04b72b30d8b5a1eefd908e289c5074;p=platform%2Fupstream%2Fnodejs.git doc: remove repeated statement in globals.markdown Per: https://github.com/joyent/node/pull/25102 Originally reported by @kuldipem Reviewed By: Sakthipriyan Vairamani PR-URL: https://github.com/nodejs/node/pull/2378 --- diff --git a/doc/api/globals.markdown b/doc/api/globals.markdown index ab5a592..082ab3e 100644 --- a/doc/api/globals.markdown +++ b/doc/api/globals.markdown @@ -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