mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
fix spelling error: resoltion -> resolution (#16055)
This commit is contained in:
parent
bd72b04939
commit
35d2b3bb5e
|
|
@ -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 (!==),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user