Codebase list golang-github-vbauerster-mpb / 4e76a5f
typo fix Vladimir Bauer 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
138138 }
139139
140140 // Wait first waits for user provided *sync.WaitGroup, if any,
141 // then waits far all bars to camplete and finally shutdowns master goroutine.
141 // then waits far all bars to complete and finally shutdowns master goroutine.
142142 // After this method has been called, there is no way to reuse *Progress instance.
143143 func (p *Progress) Wait() {
144144 if p.uwg != nil {