Fixed RichTextLabel::clear documentation

This commit is contained in:
Felipe Augusto Marques 2023-06-13 18:42:33 -03:00 committed by GitHub
parent eb86dabee0
commit 630b75be31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">