Merge pull request #25864 from alexnovak/patch-1
Correct annotation in expressions.html
This commit is contained in:
commit
5ec1868419
|
@ -443,7 +443,7 @@ as results.
|
||||||
* `a <= b` returns `true` if `a` is less than or equal to `b`, or `false`
|
* `a <= b` returns `true` if `a` is less than or equal to `b`, or `false`
|
||||||
otherwise.
|
otherwise.
|
||||||
* `a > b` returns `true` if `a` is greater than `b`, or `false` otherwise.
|
* `a > b` returns `true` if `a` is greater than `b`, or `false` otherwise.
|
||||||
* `a >= b` returns `true` if `a` is greater than or equal to `b`, or `false otherwise.
|
* `a >= b` returns `true` if `a` is greater than or equal to `b`, or `false` otherwise.
|
||||||
|
|
||||||
### Logical Operators
|
### Logical Operators
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue