Browse Source

[DOCS] TreeItem: Small fix for remove_child()

Max Hilbrunner 7 years ago
parent
commit
25b5242d9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/TreeItem.xml

+ 1 - 1
doc/classes/TreeItem.xml

@@ -308,7 +308,7 @@
 			<argument index="0" name="child" type="Object">
 			<argument index="0" name="child" type="Object">
 			</argument>
 			</argument>
 			<description>
 			<description>
-				Removes the child TreeItem at index [code]index[/code].
+				Removes the given child TreeItem.
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="select">
 		<method name="select">