mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
Fix typo in doc: "The support operators are" -> "The supported operators are"
This commit is contained in:
parent
1de8d171ae
commit
3324de35b6
@ -116,7 +116,7 @@ access, a function call, or even another conditional. The true and false
|
|||||||
value can also be any valid interpolation syntax. The returned types by
|
value can also be any valid interpolation syntax. The returned types by
|
||||||
the true and false side must be the same.
|
the true and false side must be the same.
|
||||||
|
|
||||||
The support operators are:
|
The supported operators are:
|
||||||
|
|
||||||
* Equality: `==` and `!=`
|
* Equality: `==` and `!=`
|
||||||
* Numerical comparison: `>`, `<`, `>=`, `<=`
|
* Numerical comparison: `>`, `<`, `>=`, `<=`
|
||||||
|
Loading…
Reference in New Issue
Block a user