1
0
mirror of https://github.com/golang/go synced 2024-11-23 13:00:07 -07:00

fix doc lint error

This commit is contained in:
Macks 2020-06-16 19:10:58 -04:00 committed by GitHub
parent 9ca2474fd2
commit 50f2719783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,7 +349,7 @@ func (i *IdentifierNode) Copy() Node {
return NewIdentifier(i.Ident).SetTree(i.tr).SetPos(i.Pos)
}
// AssignNode holds a list of variable names, possibly with chained field
// VariableNode holds a list of variable names, possibly with chained field
// accesses. The dollar sign is part of the (first) name.
type VariableNode struct {
NodeType