From 978387ab67402a50a40d6e0c4d3da8b9aac1b61c Mon Sep 17 00:00:00 2001
From: Stefan Fritsch expr
. However, a few directives
like LogMessage
accept expressions
- that evaluate to a string value. For those, the starting boint in the BNF is code
.
+ that evaluate to a string value. For those, the starting boint in the BNF is string
.
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 7b1f6d6626..6980419889 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -58,7 +58,7 @@ In most cases, expressions are used to express boolean values. For these, the starting boint in the BNF isexpr
. However, a few directives likeLogMessage accept expressions - that evaluate to a string value. For those, the starting boint in the BNF iscode
. + that evaluate to a string value. For those, the starting boint in the BNF isstring
.-- 2.40.0