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 4dc5e4a commit 41aac46Copy full SHA for 41aac46
lib/internal/timers.js
@@ -260,7 +260,7 @@ function ImmediateList() {
260
}
261
262
// Appends an item to the end of the linked list, adjusting the current tail's
263
-// previous and next pointers where applicable
+// next pointer and the item's previous pointer where applicable
264
ImmediateList.prototype.append = function(item) {
265
if (this.tail !== null) {
266
this.tail._idleNext = item;
0 commit comments