aboutsummaryrefslogtreecommitdiff
path: root/src/go/ast/scope.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/ast/scope.go')
-rw-r--r--src/go/ast/scope.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/go/ast/scope.go b/src/go/ast/scope.go
index 039ca58bc0..9d97e24e29 100644
--- a/src/go/ast/scope.go
+++ b/src/go/ast/scope.go
@@ -144,10 +144,10 @@ func (obj *Object) Pos() token.Pos {
return token.NoPos
}
-// ObjKind describes what an object represents.
+// ObjKind describes what an [Object] represents.
type ObjKind int
-// The list of possible Object kinds.
+// The list of possible [Object] kinds.
const (
Bad ObjKind = iota // for error handling
Pkg // package