ソースを参照

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 {