Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Change-Id: Ib5162a6162d9f396c4da99c590e2544a174fb4d3
  • Loading branch information
mateusz834 committed Sep 6, 2024
1 parent 7dda2f5 commit 37993b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/printer/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ func (p *printer) parameters(fields *ast.FieldList, mode paramMode) {
p.print(closeTok)
}

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

0 comments on commit 37993b5

Please sign in to comment.