[Doc] Fix some incorrect uses of "children"

This commit is contained in:
A Thousand Ships
2024-02-27 17:20:24 +01:00
parent 8f3e2a6113
commit 9b5cd8e240
12 changed files with 21 additions and 21 deletions

View File

@ -62,7 +62,7 @@
<return type="PackedInt32Array" />
<param index="0" name="bone_idx" type="int" />
<description>
Returns an array containing the bone indexes of all the children node of the passed in bone, [param bone_idx].
Returns an array containing the bone indexes of all the child node of the passed in bone, [param bone_idx].
</description>
</method>
<method name="get_bone_count" qualifiers="const">