diff --git a/tutorials/scripting/gdscript/gdscript_basics.rst b/tutorials/scripting/gdscript/gdscript_basics.rst index 416ba6f4cf6..97375d92a61 100644 --- a/tutorials/scripting/gdscript/gdscript_basics.rst +++ b/tutorials/scripting/gdscript/gdscript_basics.rst @@ -572,8 +572,6 @@ considered a comment. The list of highlighted keywords and their colors can be changed in the **Text Editor > Theme > Comment Markers** section of the Editor Settings. -.. _doc_gdscript_builtin_types: - Code regions ~~~~~~~~~~~~ @@ -663,6 +661,8 @@ A line can be continued multiple times like this: 10 + \ 4 +.. _doc_gdscript_builtin_types: + Built-in types --------------