Skip to content

Commit c5aa2b6

Browse files
author
Joe Afflerbach
committed
Missing )
1 parent 1e75caf commit c5aa2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hclsyntax/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ expression sub-language), converts the result to a string value, and
817817
replaces itself with the resulting string.
818818

819819
```ebnf
820-
TemplateInterpolation = ("${" | "${~") Expression ("}" | "~}";
820+
TemplateInterpolation = ("${" | "${~") Expression ("}" | "~})";
821821
```
822822

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

0 commit comments

Comments
 (0)