We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfadbc2 commit e4b139dCopy full SHA for e4b139d
lib/timers.js
@@ -15,7 +15,7 @@ const TIMEOUT_MAX = 2147483647; // 2^31-1
15
//
16
// Timers are crucial to Node.js. Internally, any TCP I/O connection creates a
17
// timer so that we can time out of connections. Additionally, many user
18
-// user libraries and applications also use timers. As such there may be a
+// libraries and applications also use timers. As such there may be a
19
// significantly large amount of timeouts scheduled at any given time.
20
// Therefore, it is very important that the timers implementation is performant
21
// and efficient.
0 commit comments