Skip to content

Commit

Permalink
lib: fix a typo in lib/timers "read through"
Browse files Browse the repository at this point in the history
PR-URL: #19666
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
adispring authored and BethGriggs committed Dec 4, 2018
1 parent 17e8421 commit 8afbd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timers.js
Expand Up @@ -66,7 +66,7 @@ const TIMEOUT_MAX = 2147483647; // 2^31-1
// Therefore, it is very important that the timers implementation is performant
// and efficient.
//
// 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
// linked list implementation, since timers depend on it extensively. It can be
// somewhat counter-intuitive at first, as it is not actually a class. Instead,
// it is a set of helpers that operate on an existing object.
Expand Down

0 comments on commit 8afbd5c

Please sign in to comment.