From adbde2f31c6040c90b67a5b1ba474fda2ab4d4eb Mon Sep 17 00:00:00 2001 From: lacatoire Date: Thu, 18 Jun 2026 10:41:07 +0200 Subject: [PATCH] Sync filter constants: mention scientific notation for float --- reference/filter/constants.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/filter/constants.xml b/reference/filter/constants.xml index 311915814..a34128529 100644 --- a/reference/filter/constants.xml +++ b/reference/filter/constants.xml @@ -1,5 +1,5 @@ - + @@ -283,14 +283,14 @@ Devuelve &true; para "1", - 1 incluyendo notaciones binarias, octales y hexadecimales, 1.0, + 1 incluyendo notaciones binarias, octales y hexadecimales, 1.0 incluyendo notación científica, "true", true, "on", y "yes". Devuelve &false; para "0", - 0 incluyendo notaciones binarias, octales y hexadecimales, 0.0, + 0 incluyendo notaciones binarias, octales y hexadecimales, 0.0 incluyendo notación científica, "false", false, "off", "no", y