浏览代码

Typo fix

Stop touching my keyboard
Mark Knol 10 年之前
父节点
当前提交
b228db4309
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/php/Lib.hx

+ 1 - 1
std/php/Lib.hx

@@ -36,7 +36,7 @@ class Lib {
 	public static function println( v : Dynamic ) : Void {
 		print(v);
 		print("\n");
-	}e
+	}
 
 	/**
 		Displays structured information about one or more expressions