Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions reference/constraints/Expression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ Options

**type**: ``string`` [:ref:`default option <validation-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 </reference/formats/expression_language>`.

Depending on how you use the constraint, you have access to different variables
Expand Down
Loading