소스 검색

Removed garbage.

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;
 
 	/**