From 2b54f0e680b9755b403318eb3ccd170a271bf6a1 Mon Sep 17 00:00:00 2001 From: Alexander Holland Date: Fri, 12 Oct 2018 16:43:03 +0200 Subject: [PATCH] Doc RichTextLabel push strikethrough and align (cherry picked from commit 1f271e4be62496b52b4036a06f2257f114bba4ed) --- doc/classes/RichTextLabel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index e6bebc79110..fc99d2e715d 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -104,7 +104,7 @@ - Adds a [code][right][/code] tag to the tag stack. + Adds an alignment tag based on the given [code]align[/code] value. See [enum Align] for possible values.