Kaynağa Gözat

Removed garbage.

Andy Li 10 yıl önce
ebeveyn
işleme
7ee34f4e2d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
 
 	/**