Merge pull request #73995 from samsface/update-expresion-doc

Clarify when Expression `get_error_text()` is updated
This commit is contained in:
Rémi Verschelde 2023-02-26 21:38:42 +01:00
commit 93b80f17dc
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">