Clarify when Expression get_error_text() is updated

This commit is contained in:
Sam 2023-02-26 18:17:05 +00:00 committed by Rémi Verschelde
parent c0f1ed57c4
commit 8c6e561fc9
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

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