summaryrefslogtreecommitdiffstats
path: root/doc/classes/Window.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-29 13:54:18 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-29 13:54:18 +0100
commitc9b531c613fee2a97aaf6193d82346acff2e3899 (patch)
treee2b9006219d76d1bbf9569ac7998888a80c9b432 /doc/classes/Window.xml
parentd19437804372b93cd9c61675bc53a243adcd5166 (diff)
parent9b5cd8e2400ac305b3e47229a8981327c22823f0 (diff)
downloadredot-engine-c9b531c613fee2a97aaf6193d82346acff2e3899.tar.gz
Merge pull request #88920 from AThousandShips/group_doc_fix
[Doc] Fix some incorrect uses of "children"
Diffstat (limited to 'doc/classes/Window.xml')
-rw-r--r--doc/classes/Window.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml
index c86a1e949b..2acf0532e8 100644
--- a/doc/classes/Window.xml
+++ b/doc/classes/Window.xml
@@ -97,7 +97,7 @@
<method name="get_contents_minimum_size" qualifiers="const">
<return type="Vector2" />
<description>
- Returns the combined minimum size from the child [Control] nodes of the window. Use [method child_controls_changed] to update it when children nodes have changed.
+ Returns the combined minimum size from the child [Control] nodes of the window. Use [method child_controls_changed] to update it when child nodes have changed.
The value returned by this method can be overridden with [method _get_contents_minimum_size].
</description>
</method>