Codebase list golang-github-vbauerster-mpb / c0c261a
Fix typo in godoc comment Vladimir Bauer 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
141141 }
142142
143143 // Stop is a way to gracefully shutdown mpb's rendering goroutine.
144 // It is NOT for cancelation (use mpb.WithContext for cancelation purposes).
144 // It is NOT for cancellation (use mpb.WithContext for cancellation purposes).
145145 // If *sync.WaitGroup has been provided via mpb.WithWaitGroup(), its Wait()
146146 // method will be called first.
147147 func (p *Progress) Stop() {