More clear comment wording

dev
Manuel Bua 2020-07-11 23:52:45 +02:00
parent de82c1617e
commit e877d613e4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func (p *Progress) SetupTemplateProgressbar(templateIndex int, templateCount int
bar := p.setupProgressbar(barName, requestCount)
if p.barTemplate != nil {
// ensure any previous bar has finished and aborted requests have also been considered
// ensure any previous bar has finished and dropped requests have also been considered
p.barTemplate.finish()
}