We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd07574 commit 6a94c1aCopy full SHA for 6a94c1a
lib/timers.js
@@ -107,7 +107,7 @@ const TIMEOUT_MAX = 2147483647; // 2^31-1
107
// timeout later, thus only needing to be appended.
108
// Removal from an object-property linked list is also virtually constant-time
109
// as can be seen in the lib/internal/linkedlist.js implementation.
110
-// Timeouts only need to process any timers due to currently timeout, which will
+// Timeouts only need to process any timers currently due to expire, which will
111
// always be at the beginning of the list for reasons stated above. Any timers
112
// after the first one encountered that does not yet need to timeout will also
113
// always be due to timeout at a later time.
0 commit comments