We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6aa7c8 commit a41e3ebCopy full SHA for a41e3eb
lib/internal/timers.js
@@ -261,7 +261,7 @@ function ImmediateList() {
261
}
262
263
// Appends an item to the end of the linked list, adjusting the current tail's
264
-// previous and next pointers where applicable
+// next pointer and the item's previous pointer where applicable
265
ImmediateList.prototype.append = function(item) {
266
if (this.tail !== null) {
267
this.tail._idleNext = item;
0 commit comments