summaryrefslogtreecommitdiff
path: root/doc/classes/Control.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-01-10 21:57:16 +0100
committerGitHub <noreply@github.com>2020-01-10 21:57:16 +0100
commit8c24a42ea027b22567194fc0575ba4e9b4e29e6f (patch)
tree94a8c4b0baa78d00c82d07794e21ada7b1045d9a /doc/classes/Control.xml
parent1c9e71e7d02b2c2ed525435b2e40dbdb842a831f (diff)
parent378c4895ae8ad3a5c2926d4eef2deae0af4197f4 (diff)
Merge pull request #35000 from cbscribe/kcc_minor_docs
[DOCS] Corrections and clarifications to classref
Diffstat (limited to 'doc/classes/Control.xml')
-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 75d5a72fb1..d309015453 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -504,7 +504,7 @@
<description>
Virtual method to be implemented by the user. Returns whether the given [code]point[/code] is inside this control.
If not overridden, default behavior is checking if the point is within control's Rect.
- [b]Node:[/b] If you want to check if a point is inside the control, you can use [code]get_rect().has_point(point)[/code].
+ [b]Note:[/b] If you want to check if a point is inside the control, you can use [code]get_rect().has_point(point)[/code].
</description>
</method>
<method name="has_shader_override" qualifiers="const">