From 1179eaa400ced857b8d1dc375a3f26800777bee0 Mon Sep 17 00:00:00 2001 From: Cookie Date: Thu, 25 May 2023 20:55:05 +0800 Subject: [PATCH] style: correct the sentence (#4574) --- controllers/keda/scaledobject_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/keda/scaledobject_controller.go b/controllers/keda/scaledobject_controller.go index 058859411c9..771f4f49b96 100644 --- a/controllers/keda/scaledobject_controller.go +++ b/controllers/keda/scaledobject_controller.go @@ -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)