From 8c6e561fc978fd887c7923152b57282d81238f3b Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 26 Feb 2023 18:17:05 +0000 Subject: [PATCH] Clarify when Expression `get_error_text()` is updated --- doc/classes/Expression.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Expression.xml b/doc/classes/Expression.xml index fd5a9218362..2451ab1a0dc 100644 --- a/doc/classes/Expression.xml +++ b/doc/classes/Expression.xml @@ -65,7 +65,7 @@ - Returns the error text if [method parse] has failed. + Returns the error text if [method parse] or [method execute] has failed.