Andy Li преди 10 години
родител
ревизия
7ee34f4e2d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      std/Math.hx

+ 1 - 1
std/Math.hx

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