Skip to content

Commit 6a6f786

Browse files
authored
Merge pull request godotengine#8870 from scotmcp/patch-2
Correcting link to class Reference
2 parents dd84a86 + 0fc05ae commit 6a6f786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdscript/gdscript_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ function.
20132013
Classes as resources
20142014
^^^^^^^^^^^^^^^^^^^^
20152015

2016-
Classes stored as files are treated as :ref:`resources <class_GDScript>`. They
2016+
Classes stored as files are treated as :ref:`GDScripts <class_GDScript>`. They
20172017
must be loaded from disk to access them in other classes. This is done using
20182018
either the ``load`` or ``preload`` functions (see below). Instancing of a loaded
20192019
class resource is done by calling the ``new`` function on the class object::

0 commit comments

Comments
 (0)