diff --git a/bar.go b/bar.go index 84682c8..70f8715 100644 --- a/bar.go +++ b/bar.go @@ -264,7 +264,7 @@ } } -// Complete stops bar's progress tracking, but not removes the bar. +// Complete stops bar's progress tracking, but doesn't remove the bar. // If you need to remove, call Progress.RemoveBar(*Bar) instead. func (b *Bar) Complete() { b.once.Do(func() {