Fix Array class docs after #47406
This commit is contained in:
parent
00e66e26cc
commit
a2473d7ebe
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="insert">
|
<method name="insert">
|
||||||
<return type="void" />
|
<return type="int" />
|
||||||
<argument index="0" name="position" type="int" />
|
<argument index="0" name="position" type="int" />
|
||||||
<argument index="1" name="value" type="Variant" />
|
<argument index="1" name="value" type="Variant" />
|
||||||
<description>
|
<description>
|
||||||
|
|
Loading…
Reference in a new issue