summaryrefslogtreecommitdiffstats
path: root/doc/classes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/RichTextLabel.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml
index 3b1d79af2a..44936925ce 100644
--- a/doc/classes/RichTextLabel.xml
+++ b/doc/classes/RichTextLabel.xml
@@ -48,7 +48,8 @@
<method name="clear">
<return type="void" />
<description>
- Clears the tag stack and sets [member text] to an empty string.
+ Clears the tag stack.
+ [b]Note:[/b] This method will not modify [member text], but setting [member text] to an empty string also clears the stack.
</description>
</method>
<method name="deselect">