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
1 changed files with 3 additions and 3 deletions

View File

@ -1133,9 +1133,9 @@ All of the textual operators are case-insensitive.
SpEL supports the following logical operators: SpEL supports the following logical operators:
* `and` * `and` (`&&`)
* `or` * `or` (`||`)
* `not` * `not` (`!`)
The following example shows how to use the logical operators The following example shows how to use the logical operators