diff --git a/bar_option.go b/bar_option.go index 2cf07f3..40e785f 100644 --- a/bar_option.go +++ b/bar_option.go @@ -124,7 +124,7 @@ // // '<' reverse tip rune, used when BarReverse option is set // -// '+' refill rune, used when *Bar.SetRefill(int) is called +// '+' refill rune, used when *Bar.SetRefill(int64) is called // // It's ok to provide first five runes only, for example mpb.BarStyle("╢▌▌░╟") func BarStyle(style string) BarOption {