spelling: implementation

This commit is contained in:
Josh Soref 2016-03-14 05:47:16 +00:00
parent 552d4fdbed
commit 93a02e31cf
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"fmt"
)
// This is the implemetation of multi-colored or stacked bar graph. This is different from default barGraph which is implemented in bar.go
// This is the implementation of multi-colored or stacked bar graph. This is different from default barGraph which is implemented in bar.go
// Multi-Colored-BarChart creates multiple bars in a widget:
/*
bc := termui.NewMBarChart()