diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 3b1d79af2a6..44936925ce7 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -48,7 +48,8 @@ - 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.