We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278e8af commit 889a3b4Copy full SHA for 889a3b4
lib/timers.js
@@ -73,7 +73,7 @@ const TIMEOUT_MAX = 2 ** 31 - 1;
73
// Therefore, it is very important that the timers implementation is performant
74
// and efficient.
75
//
76
-// 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
77
// linked list implementation, since timers depend on it extensively. It can be
78
// somewhat counter-intuitive at first, as it is not actually a class. Instead,
79
// it is a set of helpers that operate on an existing object.
0 commit comments