From 6c98cf0266249212b047a760838c4c49d58d49e6 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 14 Aug 2015 15:54:28 -0700 Subject: [PATCH] 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 --- doc/api/globals.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/api/globals.markdown b/doc/api/globals.markdown index 5b0ed2d3f48aaf..aae350052af95e 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