2
0
Эх сурвалжийг харах

Fix builtin_types link in tutorial gdscript_basics page
It's linked to a wrong position.

Junwan Park 10 сар өмнө
parent
commit
e01a998069

+ 2 - 2
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
 --------------