From fae19ba748d7110485b7945d405d2a7be27d6747 Mon Sep 17 00:00:00 2001 From: Dinya_Of_Dev <55210240+bedfir@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:20:59 +0200 Subject: [PATCH] Update Expression.rst The === operator, which checks for strict equality, is fully supported and can be used to ensure that both the value and type are identical. --- reference/constraints/Expression.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/constraints/Expression.rst b/reference/constraints/Expression.rst index bf015d17573..369936c411a 100644 --- a/reference/constraints/Expression.rst +++ b/reference/constraints/Expression.rst @@ -229,8 +229,7 @@ Options **type**: ``string`` [:ref:`default option `] -The expression that will be evaluated. If the expression evaluates to a false -value (using ``==``, not ``===``), validation will fail. Learn more about the +The expression that will be evaluated. Learn more about the :doc:`expression language syntax `. Depending on how you use the constraint, you have access to different variables