doc: remove repeated statement in globals.markdown

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
pull/2378/merge
James M Snell 2015-08-14 15:54:28 -07:00
parent ac0563f97d
commit c58a63a18e
1 changed files with 0 additions and 2 deletions

View File

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