Skip to content

Commit

Permalink
style: correct the sentence (kedacore#4574)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckymrwang authored May 25, 2023
1 parent dc34ce3 commit 1179eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/keda/scaledobject_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (r *ScaledObjectReconciler) reconcileScaledObject(ctx context.Context, logg
}
scaleObjectSpecChanged := false
if !newHPACreated {
// Lets Check whether ScaledObject generation was changed, ie. there were changes in ScaledObject.Spec
// Let's Check whether ScaledObject generation was changed, i.e. there were changes in ScaledObject.Spec
// if it was changed we should start a new ScaleLoop
// (we can omit this check if a new HPA was created, which fires new ScaleLoop anyway)
scaleObjectSpecChanged, err = r.scaledObjectGenerationChanged(logger, scaledObject)
Expand Down

0 comments on commit 1179eaa

Please sign in to comment.