Commit 1da07a78 authored by Vega Garcia Luis Alfonso's avatar Vega Garcia Luis Alfonso Committed by Brad Fitzpatrick

go/ast: Fix typo for the godoc of ObjKind

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7232045
parent 23c12c9d
...@@ -135,7 +135,7 @@ func (obj *Object) Pos() token.Pos { ...@@ -135,7 +135,7 @@ func (obj *Object) Pos() token.Pos {
return token.NoPos return token.NoPos
} }
// ObKind describes what an object represents. // ObjKind describes what an object represents.
type ObjKind int type ObjKind int
// The list of possible Object kinds. // The list of possible Object kinds.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment