1
0
mirror of https://github.com/golang/go synced 2024-10-02 16:28:34 -06:00

tabwriter: fix a comment to fix godoc output

R=r
CC=golang-dev
https://golang.org/cl/1857043
This commit is contained in:
Robert Griesemer 2010-07-19 11:33:11 -07:00
parent 9929ee92e7
commit a5fe54aa2b

View 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