diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-06-18 03:28:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-18 03:28:26 +0200 |
commit | 25b5242d9f9a7328f62977eea41ef96b82b67338 (patch) | |
tree | ba50e4501d049d08b7ad5fc42922858ab6ac6eea /doc/classes | |
parent | a74e1514206af1b8456ece2cf009b841b86b72f1 (diff) |
[DOCS] TreeItem: Small fix for remove_child()
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TreeItem.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index 6448b26972..57e0f2825a 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -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"> |