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 e765257 commit 108c176Copy full SHA for 108c176
lib/timers.js
@@ -66,7 +66,7 @@ const kRefed = Symbol('refed');
66
// Therefore, it is very important that the timers implementation is performant
67
// and efficient.
68
//
69
-// Note: It is suggested you first read though the lib/internal/linkedlist.js
+// Note: It is suggested you first read through the lib/internal/linkedlist.js
70
// linked list implementation, since timers depend on it extensively. It can be
71
// somewhat counter-intuitive at first, as it is not actually a class. Instead,
72
// it is a set of helpers that operate on an existing object.
0 commit comments