浏览代码

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,