瀏覽代碼

Fixed documentation.

woollybah 6 年之前
父節點
當前提交
b4b83f347a
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)