diff --git a/src/pkg/go/doc/doc.go b/src/pkg/go/doc/doc.go index 96daf7cd6bb..d4aae8ff05c 100644 --- a/src/pkg/go/doc/doc.go +++ b/src/pkg/go/doc/doc.go @@ -35,7 +35,7 @@ type Value struct { order int } -// Type is the documentation for type declaration. +// Type is the documentation for a type declaration. type Type struct { Doc string Name string