Fix misspelling

This commit is contained in:
Hajime Hoshi 2015-02-16 02:49:17 +09:00
parent 6dd88923e8
commit 8c2301e542

View File

@ -23,7 +23,7 @@ import (
)
func Now() int64 {
// time.Now() is not reliable until GopherJS suports performance.now().
// time.Now() is not reliable until GopherJS supports performance.now().
return int64(js.Global.Get("performance").Call("now").Float() * float64(time.Millisecond))
}