mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix incorrect uses of a/an
This commit is contained in:
@@ -9,7 +9,7 @@ An expression can be:
|
||||
|
||||
- A mathematical expression such as ``(2 + 4) * 16/4.0``.
|
||||
- A built-in method call like ``deg_to_rad(90)``.
|
||||
- A method call on an user-provided script like ``update_health()``,
|
||||
- A method call on a user-provided script like ``update_health()``,
|
||||
if ``base_instance`` is set to a value other than ``null`` when calling
|
||||
:ref:`Expression.execute() <class_Expression_method_execute>`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user