Skip to content

Commit 8082b33

Browse files
honnixsbrannen
authored andcommitted
Document that SpEL supports symbolic logical operators
Make it clear that symbolic logical operators are supported. Closes gh-24276
1 parent 956ffe6 commit 8082b33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/docs/asciidoc/core/core-expressions.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1133,9 +1133,9 @@ All of the textual operators are case-insensitive.
11331133

11341134
SpEL supports the following logical operators:
11351135

1136-
* `and`
1137-
* `or`
1138-
* `not`
1136+
* `and` (`&&`)
1137+
* `or` (`||`)
1138+
* `not` (`!`)
11391139

11401140
The following example shows how to use the logical operators
11411141

0 commit comments

Comments
 (0)