summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam <samsface@gmail.com>2023-02-26 18:17:05 +0000
committerRémi Verschelde <rverschelde@gmail.com>2023-02-26 20:48:53 +0100
commit8c6e561fc978fd887c7923152b57282d81238f3b (patch)
tree48d328b8267c71f3752bc3e865a502492f62cd92
parentc0f1ed57c44253c88a7d27e9727a305fb2155e51 (diff)
Clarify when Expression `get_error_text()` is updated
-rw-r--r--doc/classes/Expression.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Expression.xml b/doc/classes/Expression.xml
index fd5a921836..2451ab1a0d 100644
--- a/doc/classes/Expression.xml
+++ b/doc/classes/Expression.xml
@@ -65,7 +65,7 @@
<method name="get_error_text" qualifiers="const">
<return type="String" />
<description>
- Returns the error text if [method parse] has failed.
+ Returns the error text if [method parse] or [method execute] has failed.
</description>
</method>
<method name="has_execute_failed" qualifiers="const">