Skip to content

Commit

Permalink
Fix builtin_types link in tutorial gdscript_basics page
Browse files Browse the repository at this point in the history
It's linked to a wrong position.
  • Loading branch information
junwan-park committed Sep 26, 2024
1 parent 41bb40b commit e01a998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/scripting/gdscript/gdscript_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~

Expand Down Expand Up @@ -663,6 +661,8 @@ A line can be continued multiple times like this:
10 + \
4

.. _doc_gdscript_builtin_types:

Built-in types
--------------

Expand Down

0 comments on commit e01a998

Please sign in to comment.