We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2beb9 commit 5a3b44cCopy full SHA for 5a3b44c
packages/runtime-dom/src/modules/events.ts
@@ -24,7 +24,7 @@ type EventValueWithOptions = {
24
let _getNow: () => number = Date.now
25
26
// Determine what event timestamp the browser is using. Annoyingly, the
27
-// 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
28
// (relative to UNIX epoch), so in order to compare time we have to use the
29
// same timestamp type when saving the flush timestamp.
30
if (
0 commit comments