mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Correct annotation in expressions.html
`false` section was missing a finishing "`"
This commit is contained in:
parent
95eca06782
commit
82aa2d4467
@ -443,7 +443,7 @@ as results.
|
||||
* `a <= b` returns `true` if `a` is less than or equal to `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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user