Просмотр исходного кода

Fixed typo in documentation of POSITIVE_INFINITY (#5925)

Pieter Vantorre 8 лет назад
Родитель
Сommit
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.