Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in hclsyntax/spec.md #558

Merged
merged 2 commits into from
Jan 30, 2023
Merged
Changes from 1 commit
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
Next Next commit
Fix typos in hclsyntax/spec.md
  • Loading branch information
De117 committed Oct 13, 2022
commit 7820a11609cceecb192e9462b28d69b4df039156
6 changes: 3 additions & 3 deletions hclsyntax/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ Comments serve as program documentation and come in two forms:

- _Inline comments_ start with the `/*` sequence and end with the `*/`
sequence, and may have any characters within except the ending sequence.
An inline comments is considered equivalent to a whitespace sequence.
An inline comment 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