add missing parenthesis in comment

This commit is contained in:
ishwargowda 2022-11-02 19:37:26 +05:30
parent 30b240b102
commit c4584ad9da
1 changed files with 1 additions and 1 deletions

View File

@ -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"))