Browse Source

Fixed documentation.

woollybah 6 năm trước cách đây
mục cha
commit
b4b83f347a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      json.mod/json.bmx

+ 0 - 1
json.mod/json.bmx

@@ -242,7 +242,6 @@ Type TJSONArray Extends TJSON
 
 	Rem
 	bbdoc: Replaces the element in array at position index with value.
-	returns: 0 on success and -1 on error.
 	End Rem
 	Method Operator []= (index:Int, value:TJSON)
 		Set(index, value)