Skip to content

Commit 03587e0

Browse files
Typo fix in spec.md
1 parent 1e1a6b8 commit 03587e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hclsyntax/spec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ a == b equal
668668
a != b not equal
669669
```
670670

671-
Two values are equal if the are of identical types and their values are
671+
Two values are equal if they are of identical types and their values are
672672
equal as defined in the HCL syntax-agnostic information model. The equality
673673
operators are commutative and opposite, such that `(a == b) == !(a != b)`
674674
and `(a == b) == (b == a)` for all values `a` and `b`.

0 commit comments

Comments
 (0)