Skip to content

Commit

Permalink
Clarify comment (#13684)
Browse files Browse the repository at this point in the history
* fix comment typo

* Update Scheduler.js
  • Loading branch information
NE-SmallTown authored and gaearon committed Sep 19, 2018
1 parent eeb8177 commit 518812e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scheduler/src/Scheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ if (typeof window === 'undefined') {
) {
if (nextFrameTime < 8) {
// Defensive coding. We don't support higher frame rates than 120hz.
// If we get lower than that, it is probably a bug.
// If the calculated frame time gets lower than 8, it is probably a bug.
nextFrameTime = 8;
}
// If one frame goes long, then the next one can be short to catch up.
Expand Down

0 comments on commit 518812e

Please sign in to comment.