Skip to content

Commit a6e1da0

Browse files
author
Jörg Afflerbach
committed
Missing )
1 parent bfec5dc commit a6e1da0

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)