We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1fc81 commit d95fe5aCopy full SHA for d95fe5a
progress.go
@@ -206,9 +206,9 @@ func (p *Progress) Format(format string) *Progress {
206
return p
207
}
208
209
-// Stop shutdowns Progress' goroutine
210
-// Should be called only after each bor's work done, i.e. bar has reached its
211
-// 100 %. It is NOT for concelation. Use WithContext or WithCancel for
+// Stop shutdowns Progress' goroutine.
+// Should be called only after each bar's work done, i.e. bar has reached its
+// 100 %. It is NOT for cancelation. Use WithContext or WithCancel for
212
// cancelation purposes.
213
func (p *Progress) Stop() {
214
p.wg.Wait()
0 commit comments