summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Augusto Marques <felaugmar@gmail.com>2023-06-13 18:42:33 -0300
committerGitHub <noreply@github.com>2023-06-13 18:42:33 -0300
commit630b75be3101d969bd5fd4bfa7cd43d128407adb (patch)
tree0dee00b094fb302dcebe2c1911403770c5f9602a
parenteb86dabee07e8dfce3b06cbd557b50b74afd3d6c (diff)
downloadredot-engine-630b75be3101d969bd5fd4bfa7cd43d128407adb.tar.gz
Fixed `RichTextLabel::clear` documentation
-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">