diff options
author | Felipe Augusto Marques <felaugmar@gmail.com> | 2023-06-13 18:42:33 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 18:42:33 -0300 |
commit | 630b75be3101d969bd5fd4bfa7cd43d128407adb (patch) | |
tree | 0dee00b094fb302dcebe2c1911403770c5f9602a /doc | |
parent | eb86dabee07e8dfce3b06cbd557b50b74afd3d6c (diff) | |
download | redot-engine-630b75be3101d969bd5fd4bfa7cd43d128407adb.tar.gz |
Fixed `RichTextLabel::clear` documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/RichTextLabel.xml | 3 |
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"> |