chore: fix typo in comment (#1217)
This commit is contained in:
parent
2b2beb9136
commit
5a3b44caf7
@ -24,7 +24,7 @@ type EventValueWithOptions = {
|
|||||||
let _getNow: () => number = Date.now
|
let _getNow: () => number = Date.now
|
||||||
|
|
||||||
// Determine what event timestamp the browser is using. Annoyingly, the
|
// Determine what event timestamp the browser is using. Annoyingly, the
|
||||||
// timestamp can either be hi-res ( relative to page load) or low-res
|
// timestamp can either be hi-res (relative to page load) or low-res
|
||||||
// (relative to UNIX epoch), so in order to compare time we have to use the
|
// (relative to UNIX epoch), so in order to compare time we have to use the
|
||||||
// same timestamp type when saving the flush timestamp.
|
// same timestamp type when saving the flush timestamp.
|
||||||
if (
|
if (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user