Skip to content

Commit 27db652

Browse files
authored
Merge pull request #12014 from RyanNielson/patch-2
Fix BBCode text property reference name in documentation
2 parents 800ed36 + 26edf04 commit 27db652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/ui/bbcode_in_richtextlabel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Using BBCode
3636
------------
3737

3838
By default, :ref:`class_RichTextLabel` functions like a normal :ref:`class_Label`.
39-
It has the :ref:`property_text <class_RichTextLabel_property_text>` property, which you can
39+
It has the :ref:`text <class_RichTextLabel_property_text>` property, which you can
4040
edit to have uniformly formatted text. To be able to use BBCode for rich text formatting,
4141
you need to turn on the BBCode mode by setting :ref:`bbcode_enabled <class_RichTextLabel_property_bbcode_enabled>`.
4242
After that, you can edit the :ref:`text <class_RichTextLabel_property_text>`

0 commit comments

Comments
 (0)