| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3de9dd9 commit a133a88
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -338,7 +338,7 @@ function insertGuarded(item, refed, start) { | |||
| 338 | 338 | } | |
| 339 | 339 | ||
| 340 | 340 | function insert(item, msecs, start = getLibuvNow()) { | |
| 341 | - // Truncate so that accuracy of sub-milisecond timers is not assumed. | ||
| 341 | + // Truncate so that accuracy of sub-millisecond timers is not assumed. | ||
| 342 | 342 | msecs = MathTrunc(msecs); | |
| 343 | 343 | item._idleStart = start; | |
| 344 | 344 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments