]> Cypherpunks repositories - gostls13.git/commitdiff
tabwriter: fix a comment to fix godoc output
authorRobert Griesemer <gri@golang.org>
Mon, 19 Jul 2010 18:33:11 +0000 (11:33 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 19 Jul 2010 18:33:11 +0000 (11:33 -0700)
R=r
CC=golang-dev
https://golang.org/cl/1857043

src/pkg/tabwriter/tabwriter.go

index e6ce3232ac405ac6a387e730704b500e1cc93de6..de774c7d139b6df694405f647f38189edffcc5c3 100644 (file)
@@ -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