From 3fdeb8614df66396c8d746187f42ea19933ba73d Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 15 Mar 2013 15:55:31 -0700 Subject: [PATCH] go/doc: fix TODO R=r CC=golang-dev https://golang.org/cl/7716049 --- src/pkg/go/doc/filter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/go/doc/filter.go b/src/pkg/go/doc/filter.go index 02b66ccefa..a6f243f33e 100644 --- a/src/pkg/go/doc/filter.go +++ b/src/pkg/go/doc/filter.go @@ -94,7 +94,7 @@ func filterTypes(a []*Type, f Filter) []*Type { } // Filter eliminates documentation for names that don't pass through the filter f. -// TODO: Recognize "Type.Method" as a name. +// TODO(gri): Recognize "Type.Method" as a name. // func (p *Package) Filter(f Filter) { p.Consts = filterValues(p.Consts, f) -- 2.50.0