Document that SpEL supports symbolic logical operators

Make it clear that symbolic logical operators are supported.

Closes gh-24276
This commit is contained in:
Honnix
2019-12-31 18:58:48 +01:00
committed by Sam Brannen
parent 956ffe6858
commit 8082b338e2

View File

@@ -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