Преглед на файлове

small documentation fix Json (#5283)

* remove = sign
* Capital
Mark Knol преди 9 години
родител
ревизия
13d60e3b13
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      std/haxe/Json.hx

+ 3 - 3
std/haxe/Json.hx

@@ -23,9 +23,9 @@ package haxe;
 
 /**
 	Crossplatform JSON API: it will automatically use the optimized native API if available.
-	Use `-D haxeJSON` to force usage of the Haxe implementation even if a native API is found: 
-	this will provide extra encoding features such as enums (replaced by their index) and StringMaps.
-	=
+	Use `-D haxeJSON` to force usage of the Haxe implementation even if a native API is found:
+	This will provide extra encoding features such as enums (replaced by their index) and StringMaps.
+
 	@see http://haxe.org/manual/std-Json.html
 **/
 class Json {