From 115853afe8cee26669394f490c235995524575cb Mon Sep 17 00:00:00 2001 From: Stompfrog Date: Sun, 27 Jan 2013 10:56:19 +0000 Subject: [PATCH] Update docs/api/core/Clock.html Correcting typoon line 44: "btween" --> "between" --- docs/api/core/Clock.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/core/Clock.html b/docs/api/core/Clock.html index 1f3a3a7e4f..5889571543 100644 --- a/docs/api/core/Clock.html +++ b/docs/api/core/Clock.html @@ -41,7 +41,7 @@

.[page:Float elapsedTime]

- When the clock is running, It holds the time elapsed btween the start of the clock to the previous update.
+ When the clock is running, It holds the time elapsed between the start of the clock to the previous update.
This counted from the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
-- GitLab