summaryrefslogtreecommitdiff
path: root/doc/classes/Control.xml
diff options
context:
space:
mode:
authorRindbee <idleman@yeah.net>2023-03-21 15:48:51 +0800
committerYuri Sizov <yuris@humnom.net>2023-03-27 17:44:02 +0200
commitce4ab719576c27b2eeb2f783ebff2862d6b58f57 (patch)
tree4b2b3416ad1d538d7f4b16a1905f8b7188f96ab8 /doc/classes/Control.xml
parent989d556f8e34e6eae783a9098b4144b85008cb0b (diff)
Fix some wrong descriptions in the docs
(cherry picked from commit f29a7c040414aae6ff95d1810fbb041f4dc319b9)
Diffstat (limited to 'doc/classes/Control.xml')
-rw-r--r--doc/classes/Control.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml
index f2ab6cb07e..83797f793b 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -399,7 +399,7 @@
<return type="float" />
<param index="0" name="offset" type="int" enum="Side" />
<description>
- Returns the anchor for the specified [enum Side]. A getter method for [member offset_bottom], [member offset_left], [member offset_right] and [member offset_top].
+ Returns the offset for the specified [enum Side]. A getter method for [member offset_bottom], [member offset_left], [member offset_right] and [member offset_top].
</description>
</method>
<method name="get_parent_area_size" qualifiers="const">
@@ -840,7 +840,7 @@
<param index="0" name="side" type="int" enum="Side" />
<param index="1" name="neighbor" type="NodePath" />
<description>
- Sets the anchor for the specified [enum Side] to the [Control] at [param neighbor] node path. A setter method for [member focus_neighbor_bottom], [member focus_neighbor_left], [member focus_neighbor_right] and [member focus_neighbor_top].
+ Sets the focus neighbor for the specified [enum Side] to the [Control] at [param neighbor] node path. A setter method for [member focus_neighbor_bottom], [member focus_neighbor_left], [member focus_neighbor_right] and [member focus_neighbor_top].
</description>
</method>
<method name="set_global_position">