summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.texi b/doc/api.texi
index a74d6f2..17accef 100644
--- a/doc/api.texi
+++ b/doc/api.texi
@@ -341,8 +341,8 @@ moving object between its current position and its previous position.
This odd trick has the pleasing result of making the animation look
smooth again, but requires keeping track of previous state.
@item
-@var{time}: Called to get the current time in milliseconds. This
-procedure is called with no arguments.
+@var{time}: Called to get the current time in seconds. This procedure
+is called with no arguments.
@item
@var{error}: Called when an error from the @var{update} or
@var{render} procedures reaches the game loop. This procedure is