diff options
author | Sam <samsface@gmail.com> | 2023-02-26 18:17:05 +0000 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-26 20:48:53 +0100 |
commit | 8c6e561fc978fd887c7923152b57282d81238f3b (patch) | |
tree | 48d328b8267c71f3752bc3e865a502492f62cd92 | |
parent | c0f1ed57c44253c88a7d27e9727a305fb2155e51 (diff) |
Clarify when Expression `get_error_text()` is updated
-rw-r--r-- | doc/classes/Expression.xml | 2 |
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"> |