diff --git a/progress.go b/progress.go index 6db02fa..79e1fc5 100644 --- a/progress.go +++ b/progress.go @@ -221,9 +221,8 @@ } } -// Wait waits for all bars to complete and finally shutdowns container. -// After this method has been called, there is no way to reuse *Progress -// instance. +// Wait waits for all bars to complete and finally shutdowns container. After +// this method has been called, there is no way to reuse (*Progress) instance. func (p *Progress) Wait() { // wait for user wg, if any if p.uwg != nil {