diff --git a/src/docs/asciidoc/core/core-expressions.adoc b/src/docs/asciidoc/core/core-expressions.adoc index 54f44b4e4b..0c2e823fc8 100644 --- a/src/docs/asciidoc/core/core-expressions.adoc +++ b/src/docs/asciidoc/core/core-expressions.adoc @@ -1133,9 +1133,9 @@ All of the textual operators are case-insensitive. SpEL supports the following logical operators: -* `and` -* `or` -* `not` +* `and` (`&&`) +* `or` (`||`) +* `not` (`!`) The following example shows how to use the logical operators