doc: Fix comment

This commit is contained in:
Hajime Hoshi 2017-09-30 13:36:56 +09:00
parent b4e3e9375c
commit 23123eb3c0

2
run.go
View File

@ -29,7 +29,7 @@ const FPS = clock.FPS
//
// This function is concurrent-safe.
//
// This value represents how many times rendering happens in 1/60 second and
// This value represents how many times rendering happens in a second and
// NOT how many times logical game updating (a passed function to Run) happens.
// Note that logical game updating is assured to happen 60 times in a second
// as long as the screen is active.