From 25b5242d9f9a7328f62977eea41ef96b82b67338 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Mon, 18 Jun 2018 03:28:26 +0200 Subject: [PATCH] [DOCS] TreeItem: Small fix for remove_child() --- doc/classes/TreeItem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index 6448b26972a..57e0f2825a2 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -308,7 +308,7 @@ - Removes the child TreeItem at index [code]index[/code]. + Removes the given child TreeItem.