diff --git a/bar_option.go b/bar_option.go index 0841610..76f2050 100644 --- a/bar_option.go +++ b/bar_option.go @@ -129,7 +129,7 @@ } // BarStyle overrides mpb.DefaultBarStyle which is "[=>-]<+". -// It's ok to pass string containing 5 runes only, for example "╢▌▌░╟", +// It's ok to pass string containing just 5 runes, for example "╢▌▌░╟", // if you don't need to override '<' (reverse tip) and '+' (refill rune). func BarStyle(style string) BarOption { if style == "" {