Skip to content

Commit 6516f7f

Browse files
authored
Merge pull request #7815 from aXu-AP/expressions-functions
Point to GlobalScope from Evaluating Expressions tutorial
2 parents 9536651 + 81b2cf3 commit 6516f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/evaluating_expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The output from the script will be::
198198
Built-in functions
199199
------------------
200200

201-
Most methods available in the :ref:`class_@GDScript` scope are available in the
201+
All methods in the :ref:`Global Scope<class_@GlobalScope>` are available in the
202202
Expression class, even if no base instance is bound to the expression.
203203
The same parameters and return types are available.
204204

0 commit comments

Comments
 (0)