From 97662f4b3e6c073a3537d05bbcd923ce26fe432f Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 15 Dec 2013 23:34:28 -0800 Subject: [PATCH] Fix comment typo in test/index.html. [ci skip] --- test/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/index.html b/test/index.html index df5e8dd97..255583f44 100644 --- a/test/index.html +++ b/test/index.html @@ -116,8 +116,8 @@ } // Avoid a bug in IE compat mode where, under certain - // circumstances, timer API like `setTimeout` maybe - // not be the same as `window.setTimeout`. + // circumstances, timer API like `setTimeout` may not + // be the same reference as `window.setTimeout`. window.clearTimeout = window.clearTimeout; window.setTimeout = window.setTimeout;