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 targos committed Apr 2, 2018
1 parent 278e8af commit 889a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timers.js
Expand Up @@ -73,7 +73,7 @@ const TIMEOUT_MAX = 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 889a3b4

Please sign in to comment.