Skip to content

Commit 8afbd5c

Browse files
adispringBethGriggs
authored andcommittedDec 4, 2018
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 17e8421 commit 8afbd5c

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
@@ -66,7 +66,7 @@ const TIMEOUT_MAX = 2147483647; // 2^31-1
6666
// Therefore, it is very important that the timers implementation is performant
6767
// and efficient.
6868
//
69-
// Note: It is suggested you first read though the lib/internal/linkedlist.js
69+
// Note: It is suggested you first read through the lib/internal/linkedlist.js
7070
// linked list implementation, since timers depend on it extensively. It can be
7171
// somewhat counter-intuitive at first, as it is not actually a class. Instead,
7272
// it is a set of helpers that operate on an existing object.

0 commit comments

Comments
 (0)
Please sign in to comment.