Skip to content

Commit

Permalink
Merge pull request #31598 from bobsut/patch-1
Browse files Browse the repository at this point in the history
insert missing infinitive particle
  • Loading branch information
mgarrell777 committed Sep 23, 2022
2 parents 4153685 + 9ca771c commit 1e6f091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/language/expressions/type-constraints.mdx
Expand Up @@ -96,9 +96,9 @@ The three kinds of collection type in the Terraform language are:
for single line maps. A newline between key/value pairs is sufficient
in multi-line maps.

Note: although colons are valid delimiters between keys and values,
they are currently ignored by `terraform fmt` (whereas `terraform fmt`
will attempt vertically align equals signs).
Note: Although colons are valid delimiters between keys and values,
`terraform fmt` currently ignores them (whereas `terraform fmt`
attempts to vertically align equals signs).
* `set(...)`: a collection of unique values that do not have any secondary
identifiers or ordering.

Expand Down

0 comments on commit 1e6f091

Please sign in to comment.