mirror of
https://github.com/golang/go
synced 2024-11-18 15:44:41 -07:00
go/ast: Fix typo for the godoc of ObjKind
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7232045
This commit is contained in:
parent
23c12c9d56
commit
1da07a783e
@ -135,7 +135,7 @@ func (obj *Object) Pos() token.Pos {
|
||||
return token.NoPos
|
||||
}
|
||||
|
||||
// ObKind describes what an object represents.
|
||||
// ObjKind describes what an object represents.
|
||||
type ObjKind int
|
||||
|
||||
// The list of possible Object kinds.
|
||||
|
Loading…
Reference in New Issue
Block a user