diff --git a/src/go/parser/parser.go b/src/go/parser/parser.go index bd7b3945ea0966..4dcfaca29928f6 100644 --- a/src/go/parser/parser.go +++ b/src/go/parser/parser.go @@ -1387,7 +1387,7 @@ func (p *parser) parseFuncTypeOrLit() ast.Expr { } // parseOperand may return an expression or a raw type (incl. array -// types of the form [...]T. Callers must verify the result. +// types of the form [...]T). Callers must verify the result. func (p *parser) parseOperand() ast.Expr { if p.trace { defer un(trace(p, "Operand"))