diff --git a/runtime/parser/declaration.go b/runtime/parser/declaration.go index bb7443cb56..52894f15e6 100644 --- a/runtime/parser/declaration.go +++ b/runtime/parser/declaration.go @@ -1086,7 +1086,7 @@ func parseAttachmentDeclaration( ) } - // skip the `for`` keyword + // skip the `for` keyword p.nextSemanticToken() if !p.current.Is(lexer.TokenIdentifier) {