Fix incorrect uses of a/an

This commit is contained in:
A Thousand Ships
2024-03-29 15:05:51 +01:00
parent a22c312b8f
commit bd6cc665a7
41 changed files with 80 additions and 79 deletions

View File

@@ -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>`.