1
0
mirror of https://github.com/golang/go synced 2024-11-25 02:17:57 -07:00

go/doc: fix typo

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5574071
This commit is contained in:
Robert Griesemer 2012-01-25 17:09:50 -08:00
parent d571c5ca78
commit ea347c0142

View File

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