From: Robert Griesemer Date: Thu, 26 Jan 2012 01:09:50 +0000 (-0800) Subject: go/doc: fix typo X-Git-Tag: weekly.2012-01-27~30 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ea347c0142c0cdcb268aed94952b394262358045;p=gostls13.git go/doc: fix typo R=golang-dev, iant CC=golang-dev https://golang.org/cl/5574071 --- diff --git a/src/pkg/go/doc/doc.go b/src/pkg/go/doc/doc.go index 96daf7cd6b..d4aae8ff05 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