Skip to content

Commit

Permalink
Missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Afflerbach committed Apr 12, 2022
1 parent 1e75caf commit c5aa2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hclsyntax/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ expression sub-language), converts the result to a string value, and
replaces itself with the resulting string.

```ebnf
TemplateInterpolation = ("${" | "${~") Expression ("}" | "~}";
TemplateInterpolation = ("${" | "${~") Expression ("}" | "~})";
```

If the expression result cannot be converted to a string, an error is
Expand Down

0 comments on commit c5aa2b6

Please sign in to comment.