Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a41e3eb

Browse filesBrowse files
wjabbourtargos
authored andcommitted
timers: correct explanation in comment
PR-URL: #35437 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent f6aa7c8 commit a41e3eb
Copy full SHA for a41e3eb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/internal/timers.js‎

Copy file name to clipboardExpand all lines: lib/internal/timers.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function ImmediateList() {
261261
}
262262

263263
// Appends an item to the end of the linked list, adjusting the current tail's
264-
// previous and next pointers where applicable
264+
// next pointer and the item's previous pointer where applicable
265265
ImmediateList.prototype.append = function(item) {
266266
if (this.tail !== null) {
267267
this.tail._idleNext = item;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.