fix spelling error: resoltion -> resolution (#16055)

This commit is contained in:
fnll 2019-07-05 23:08:13 +08:00 committed by Dominic Gannaway
parent bd72b04939
commit 35d2b3bb5e

View File

@ -92,7 +92,7 @@ export function flushDiscreteUpdatesIfNeeded(timeStamp: number) {
// event.timeStamp isn't overly reliable due to inconsistencies in
// how different browsers have historically provided the time stamp.
// Some browsers provide high-resolution time stamps for all events,
// some provide low-resoltion time stamps for all events. FF < 52
// some provide low-resolution time stamps for all events. FF < 52
// even mixes both time stamps together. Some browsers even report
// negative time stamps or time stamps that are 0 (iOS9) in some cases.
// Given we are only comparing two time stamps with equality (!==),