소스 검색

Clock's getters return seconds

Yuri Feldman 12 년 전
부모
커밋
5ddd6ca286
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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>