소스 검색

Fixed typo in documentation of POSITIVE_INFINITY (#5925)

Pieter Vantorre 9 년 전
부모
커밋
5caf1c6db2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/Math.hx

+ 1 - 1
std/Math.hx

@@ -48,7 +48,7 @@ extern class Math
 	static var NEGATIVE_INFINITY(default, null) : Float;
 
 	/**
-		A special `Float` constant which denotes negative infinity.
+		A special `Float` constant which denotes positive infinity.
 
 		For example, this is the result of 1.0 / 0.0.