Explorar o código

Mention that Array.front/back throw error if empty

Tomasz Chabora %!s(int64=5) %!d(string=hai) anos
pai
achega
4ff1a34171
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      doc/classes/Array.xml

+ 2 - 2
doc/classes/Array.xml

@@ -119,7 +119,7 @@
 			<return type="Variant">
 			</return>
 			<description>
-				Returns the last element of the array, or [code]null[/code] if the array is empty.
+				Returns the last element of the array. Throws an error and returns [code]null[/code] if the array is empty.
 			</description>
 		</method>
 		<method name="bsearch">
@@ -216,7 +216,7 @@
 			<return type="Variant">
 			</return>
 			<description>
-				Returns the first element of the array, or [code]null[/code] if the array is empty.
+				Returns the first element of the array. Throws an error and returns [code]null[/code] if the array is empty.
 			</description>
 		</method>
 		<method name="has">