Update website/docs/language/expressions/type-constraints.mdx

Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com>
This commit is contained in:
Bob Sutterfield 2022-08-09 09:46:16 -07:00 committed by GitHub
parent 4afba76f4a
commit 9ca771c990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ The three kinds of collection type in the Terraform language are:
Note: Although colons are valid delimiters between keys and values,
`terraform fmt` currently ignores them (whereas `terraform fmt`
will attempt to vertically align equals signs).
attempts to vertically align equals signs).
* `set(...)`: a collection of unique values that do not have any secondary
identifiers or ordering.