Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hclsyntax/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Comments serve as program documentation and come in two forms:
sequence, and may have any characters within except the ending sequence.
An inline comments is considered equivalent to a whitespace sequence.

Comments and whitespace cannot begin within within other comments, or within
template literals except inside an interpolation sequence or template directive.
Comments and whitespace cannot begin within other comments, or within template
literals except inside an interpolation sequence or template directive.

### Identifiers

Expand Down