diff --git a/tutorials/scripting/evaluating_expressions.rst b/tutorials/scripting/evaluating_expressions.rst index 36b599923..6b45a1eed 100644 --- a/tutorials/scripting/evaluating_expressions.rst +++ b/tutorials/scripting/evaluating_expressions.rst @@ -198,7 +198,7 @@ The output from the script will be:: Built-in functions ------------------ -Most methods available in the :ref:`class_@GDScript` scope are available in the +All methods in the :ref:`Global Scope` are available in the Expression class, even if no base instance is bound to the expression. The same parameters and return types are available.