style: correct the sentence

This commit is contained in:
Cookie Wang 2023-05-24 20:24:36 +08:00
parent 0813904404
commit e2ed8f8c3c

View File

@ -281,7 +281,7 @@ func (a *HorizontalController) processNextWorkItem(ctx context.Context) bool {
// happens quite often because there is race condition between adding request after resyncPeriod
// and removing them from queue. Request can be added by resync before previous request is
// removed from queue. If we didn't add request here then in this case one request would be dropped
// and HPA would processed after 2 x resyncPeriod.
// and HPA would process after 2 x resyncPeriod.
if !deleted {
a.queue.AddRateLimited(key)
}