mirror of
https://github.com/golang/go
synced 2024-11-19 20:54:39 -07:00
tabwriter: fix a comment to fix godoc output
R=r CC=golang-dev https://golang.org/cl/1857043
This commit is contained in:
parent
9929ee92e7
commit
a5fe54aa2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user