Browse Source

Merge pull request #7815 from aXu-AP/expressions-functions

Point to GlobalScope from Evaluating Expressions tutorial
Max Hilbrunner 1 year ago
parent
commit
6516f7f8c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/scripting/evaluating_expressions.rst

+ 1 - 1
tutorials/scripting/evaluating_expressions.rst

@@ -198,7 +198,7 @@ The output from the script will be::
 Built-in functions
 Built-in functions
 ------------------
 ------------------
 
 
-Most methods available in the :ref:`class_@GDScript` scope are available in the
+All methods in the :ref:`Global Scope<class_@GlobalScope>` are available in the
 Expression class, even if no base instance is bound to the expression.
 Expression class, even if no base instance is bound to the expression.
 The same parameters and return types are available.
 The same parameters and return types are available.