We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1a6b8 commit 03587e0Copy full SHA for 03587e0
hclsyntax/spec.md
@@ -668,7 +668,7 @@ a == b equal
668
a != b not equal
669
```
670
671
-Two values are equal if the are of identical types and their values are
+Two values are equal if they are of identical types and their values are
672
equal as defined in the HCL syntax-agnostic information model. The equality
673
operators are commutative and opposite, such that `(a == b) == !(a != b)`
674
and `(a == b) == (b == a)` for all values `a` and `b`.
0 commit comments