From 9530ce9d3f7816d7fb4008d2c11329a98009c0d7 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() (cherry picked from commit 25b5242d9f9a7328f62977eea41ef96b82b67338) --- 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 45540aa3632..a017e9f4ee7 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.