From: Robert Griesemer Date: Mon, 19 Jul 2010 18:33:11 +0000 (-0700) Subject: tabwriter: fix a comment to fix godoc output X-Git-Tag: weekly.2010-07-29~73 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a5fe54aa2bb457e850d260f9bbf3ed2819980652;p=gostls13.git tabwriter: fix a comment to fix godoc output R=r CC=golang-dev https://golang.org/cl/1857043 --- diff --git a/src/pkg/tabwriter/tabwriter.go b/src/pkg/tabwriter/tabwriter.go index e6ce3232ac..de774c7d13 100644 --- a/src/pkg/tabwriter/tabwriter.go +++ b/src/pkg/tabwriter/tabwriter.go @@ -165,7 +165,7 @@ const ( // specifies the filter output. The remaining parameters control the formatting: // // minwidth minimal cell width including any padding -// tabwidth width of tab characters (equivalent number of spaces) +// tabwidth width of tab characters (equivalent number of spaces) // padding padding added to a cell before computing its width // padchar ASCII char used for padding // if padchar == '\t', the Writer will assume that the