summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-10-03 21:53:35 +0200
committerGitHub <noreply@github.com>2020-10-03 21:53:35 +0200
commitb5eea37fb04755e71c541727c1edf3a51e8fe30f (patch)
treeb7e2ad1bec67ccd87002128df27abafdefd404fe /doc/classes
parent70eb7fb22669ccf57c87a141911b40ff258607b3 (diff)
parent4834e14493f14f1c1e219dff7fca66548fb74108 (diff)
Merge pull request #42518 from Duroxxigar/update-getter-and-setters
Updated getters and setters names for toplevel
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Control.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml
index 3b33bbb45b..f495bfe894 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -669,7 +669,7 @@
<return type="void">
</return>
<description>
- Invalidates the size cache in this node and in parent nodes up to toplevel. Intended to be used with [method get_minimum_size] when the return value is changed. Setting [member rect_min_size] directly calls this method automatically.
+ Invalidates the size cache in this node and in parent nodes up to top_level. Intended to be used with [method get_minimum_size] when the return value is changed. Setting [member rect_min_size] directly calls this method automatically.
</description>
</method>
<method name="release_focus">