Fix typo in godoc comment
Vladimir Bauer
8 years ago
| 141 | 141 | } |
| 142 | 142 | |
| 143 | 143 | // 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). | |
| 145 | 145 | // If *sync.WaitGroup has been provided via mpb.WithWaitGroup(), its Wait() |
| 146 | 146 | // method will be called first. |
| 147 | 147 | func (p *Progress) Stop() { |