]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo in comment (#1217)
authorzhangzhonghe <38434641+zhangzhonghe@users.noreply.github.com>
Thu, 21 May 2020 07:34:05 +0000 (15:34 +0800)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 07:34:05 +0000 (09:34 +0200)
packages/runtime-dom/src/modules/events.ts

index bb3ae9be00838da7ba8c970aba315b41f16050e1..57f33b6d1f93b916692a44de88f2a26fb2bf164c 100644 (file)
@@ -24,7 +24,7 @@ type EventValueWithOptions = {
 let _getNow: () => number = Date.now
 
 // 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
 // same timestamp type when saving the flush timestamp.
 if (