Merge pull request #12014 from RyanNielson/patch-2

Fix BBCode text property reference name in documentation
This commit is contained in:
Matthew
2026-05-25 09:18:36 -04:00
committed by GitHub

View File

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