summaryrefslogtreecommitdiff
path: root/doc/classes/PackedInt32Array.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PackedInt32Array.xml')
-rw-r--r--doc/classes/PackedInt32Array.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PackedInt32Array.xml b/doc/classes/PackedInt32Array.xml
index 2e9716b665..dfc9cbf939 100644
--- a/doc/classes/PackedInt32Array.xml
+++ b/doc/classes/PackedInt32Array.xml
@@ -57,7 +57,7 @@
Assigns the given value to all elements in the array. This can typically be used together with [method resize] to create an array with a given size and initialized elements.
</description>
</method>
- <method name="has">
+ <method name="has" qualifiers="const">
<return type="bool" />
<argument index="0" name="value" type="int" />
<description>