We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e8421 commit 8afbd5cCopy full SHA for 8afbd5c
lib/timers.js
@@ -66,7 +66,7 @@ const TIMEOUT_MAX = 2147483647; // 2^31-1
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