浏览代码

Merge pull request #10006 from junwan-park/gdscript-basics-fix-builtin-types

Fix builtin_types link in tutorial gdscript_basics page
Matthew 10 月之前
父节点
当前提交
f16608e044
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tutorials/scripting/gdscript/gdscript_basics.rst

+ 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
     The list of highlighted keywords and their colors can be changed in the **Text
     Editor > Theme > Comment Markers** section of the Editor Settings.
     Editor > Theme > Comment Markers** section of the Editor Settings.
 
 
-.. _doc_gdscript_builtin_types:
-
 Code regions
 Code regions
 ~~~~~~~~~~~~
 ~~~~~~~~~~~~
 
 
@@ -663,6 +661,8 @@ A line can be continued multiple times like this:
     10 + \
     10 + \
     4
     4
 
 
+.. _doc_gdscript_builtin_types:
+
 Built-in types
 Built-in types
 --------------
 --------------