]> Cypherpunks repositories - gostls13.git/commitdiff
go/doc: fix typo
authorRobert Griesemer <gri@golang.org>
Thu, 26 Jan 2012 01:09:50 +0000 (17:09 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 26 Jan 2012 01:09:50 +0000 (17:09 -0800)
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5574071

src/pkg/go/doc/doc.go

index 96daf7cd6bb823ae99132d7e4e5e9457b6c2991d..d4aae8ff05c27a9bbc3410aaa4649bd35235f6e3 100644 (file)
@@ -35,7 +35,7 @@ type Value struct {
        order int
 }
 
-// Type is the documentation for type declaration.
+// Type is the documentation for type declaration.
 type Type struct {
        Doc  string
        Name string