zclsyntax: correct spelling of "parenthesis".
This commit is contained in:
parent
8f26a22933
commit
76d29e4031
@ -412,7 +412,7 @@ func (p *parser) parseExpressionTerm() (Expression, zcl.Diagnostics) {
|
|||||||
diags = append(diags, &zcl.Diagnostic{
|
diags = append(diags, &zcl.Diagnostic{
|
||||||
Severity: zcl.DiagError,
|
Severity: zcl.DiagError,
|
||||||
Summary: "Unbalanced parentheses",
|
Summary: "Unbalanced parentheses",
|
||||||
Detail: "Expected a closing parentheses to terminate the expression.",
|
Detail: "Expected a closing parenthesis to terminate the expression.",
|
||||||
Subject: &close.Range,
|
Subject: &close.Range,
|
||||||
Context: zcl.RangeBetween(start.Range, close.Range).Ptr(),
|
Context: zcl.RangeBetween(start.Range, close.Range).Ptr(),
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user