瀏覽代碼

Fixed type name typo.

woollybah 6 年之前
父節點
當前提交
82113a6ad9
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      json.mod/json.bmx

+ 3 - 3
json.mod/json.bmx

@@ -520,14 +520,14 @@ End Type
 Rem
 bbdoc: Base type for JSON number types.
 End Rem
-Type JSONNumber Extends TJSON
+Type TJSONNumber Extends TJSON
 
 End Type
 
 Rem
 bbdoc: a JSON integer.
 End Rem
-Type TJSONInteger Extends JSONNumber
+Type TJSONInteger Extends TJSONNumber
 
 	Rem
 	bbdoc: Creates an instance of #TJSONInteger with @v.
@@ -655,7 +655,7 @@ End Type
 Rem
 bbdoc: A JSON real number.
 End Rem
-Type TJSONReal Extends JSONNumber
+Type TJSONReal Extends TJSONNumber
 
 	Rem
 	bbdoc: Creates an instance of #TJSONReal with @v.