Clarify when Expression `get_error_text()` is updated

pull/73995/head
Sam 2023-02-26 18:17:05 +07:00 committed by Rémi Verschelde
parent c0f1ed57c4
commit 8c6e561fc9
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

@ -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">