Correct table example

This commit is contained in:
Zack Guo
2017-01-14 01:04:00 -05:00
parent 40027c172a
commit e03bfffa49
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ func main() {
table.FgColor = termui.ColorWhite
table.BgColor = termui.ColorDefault
table.TextAlign = termui.AlignCenter
table.Seperator = false
table.Separator = false
table.Analysis()
table.SetSize()
table.BgColors[2] = termui.ColorRed