mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Merge pull request #19621 from mhilbrunner/docs-treeitem
[DOCS] TreeItem: Small fix for remove_child()
This commit is contained in:
commit
419e3492d4
@ -308,7 +308,7 @@
|
||||
<argument index="0" name="child" type="Object">
|
||||
</argument>
|
||||
<description>
|
||||
Removes the child TreeItem at index [code]index[/code].
|
||||
Removes the given child TreeItem.
|
||||
</description>
|
||||
</method>
|
||||
<method name="select">
|
||||
|
Loading…
Reference in New Issue
Block a user