Skip to content

Commit 37993b5

Browse files
committed
update
Change-Id: Ib5162a6162d9f396c4da99c590e2544a174fb4d3
1 parent 7dda2f5 commit 37993b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/go/printer/nodes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ func (p *printer) parameters(fields *ast.FieldList, mode paramMode) {
398398
p.print(closeTok)
399399
}
400400

401-
// combinesWithName reports whether a name (*ast.Ident) followed by the expression x
401+
// combinesWithName reports whether a name followed by the expression x
402402
// syntactically combines to another valid (value) expression. For instance
403403
// using *T for x, "name *T" syntactically appears as the expression x*T.
404404
// On the other hand, using P|Q or *P|~Q for x, "name P|Q" or name *P|~Q"

0 commit comments

Comments
 (0)