diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-06-18 03:29:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-18 03:29:06 +0200 |
commit | 419e3492d426a94f3c3df43a413de19ee97308c2 (patch) | |
tree | 1f0965926149986306db03118fa3f8371a44ad47 /doc | |
parent | 970fd4349218eebea87cfb188ea9c3ca78cb6f6e (diff) | |
parent | 25b5242d9f9a7328f62977eea41ef96b82b67338 (diff) |
Merge pull request #19621 from mhilbrunner/docs-treeitem
[DOCS] TreeItem: Small fix for remove_child()
Diffstat (limited to 'doc')
-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"> |