Browse Source

Typo fix

Stop touching my keyboard
Mark Knol 10 years ago
parent
commit
b228db4309
1 changed files with 1 additions and 1 deletions
  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