Andy Li 10 éve
szülő
commit
7ee34f4e2d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      std/Math.hx

+ 1 - 1
std/Math.hx

@@ -197,7 +197,7 @@ extern class Math
 		is `NaN`.
 		is `NaN`.
 		If `v` is `POSITIVE_INFINITY`, the result is `POSITIVE_INFINITY`.
 		If `v` is `POSITIVE_INFINITY`, the result is `POSITIVE_INFINITY`.
 		If `v` is `0.0`, the result is `0.0`.
 		If `v` is `0.0`, the result is `0.0`.
-	**/tr
+	**/
 	static function sqrt(v:Float):Float;
 	static function sqrt(v:Float):Float;
 
 
 	/**
 	/**