Pārlūkot izejas kodu

Fixed type name typo.

woollybah 6 gadi atpakaļ
vecāks
revīzija
82113a6ad9
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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.