소스 검색

Lua : typo

Justin Donaldson 9 년 전
부모
커밋
e93ff1728a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/lua/Os.hx

+ 1 - 1
std/lua/Os.hx

@@ -20,7 +20,7 @@ extern class Os {
 }
 
 /**
-  A typedef that matches describes the date parameter time() will accept.
+  A typedef that matches the date parameter time() will accept.
  **/
 typedef DateArg = {
 	year   : Float,