Kaynağa Gözat

Clock's getters return seconds

Yuri Feldman 12 yıl önce
ebeveyn
işleme
5ddd6ca286
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      docs/api/core/Clock.html

+ 3 - 3
docs/api/core/Clock.html

@@ -28,7 +28,7 @@
 
 		<h3>.[page:Float startTime]</h3>
 		<div>
-		When the clock is running, It holds the starttime of the clock. <br />
+		When the clock is running, It holds the start time of the clock. <br />
 		This counted from the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
  		</div>
 
@@ -65,12 +65,12 @@
 
 		<h3>.getElapsedTime() [page:Float]</h3>
 		<div>
-		Get milliseconds passed since the clock started.
+		Get the seconds passed since the clock started.
 		</div>
 
 		<h3>.getDelta() [page:Float]</h3>
 		<div>
-		Get the milliseconds passed since the last call to this method.
+		Get the seconds passed since the last call to this method.
 		</div>