Skip to content

Commit 889a3b4

Browse files
adispringtargos
authored andcommitted
lib: fix a typo in lib/timers "read through"
PR-URL: #19666 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 278e8af commit 889a3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/timers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const TIMEOUT_MAX = 2 ** 31 - 1;
7373
// Therefore, it is very important that the timers implementation is performant
7474
// and efficient.
7575
//
76-
// Note: It is suggested you first read though the lib/internal/linkedlist.js
76+
// Note: It is suggested you first read through the lib/internal/linkedlist.js
7777
// linked list implementation, since timers depend on it extensively. It can be
7878
// somewhat counter-intuitive at first, as it is not actually a class. Instead,
7979
// it is a set of helpers that operate on an existing object.

0 commit comments

Comments
 (0)