Skip to content

Commit

Permalink
Fix Array class docs after godotengine#47406
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilbrunner committed Aug 28, 2021
1 parent 00e66e2 commit a2473d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
</description>
</method>
<method name="insert">
<return type="void" />
<return type="int" />
<argument index="0" name="position" type="int" />
<argument index="1" name="value" type="Variant" />
<description>
Expand Down

0 comments on commit a2473d7

Please sign in to comment.