From ea347c0142c0cdcb268aed94952b394262358045 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 25 Jan 2012 17:09:50 -0800 Subject: [PATCH] go/doc: fix typo R=golang-dev, iant CC=golang-dev https://golang.org/cl/5574071 --- src/pkg/go/doc/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0