1
0
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:
Vega Garcia Luis Alfonso 2013-01-27 21:36:47 -08:00 committed by Brad Fitzpatrick
parent 23c12c9d56
commit 1da07a783e

View File

@ -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.