diff --git a/keps/sig-autoscaling/4951-configurable-hpa-tolerance/README.md b/keps/sig-autoscaling/4951-configurable-hpa-tolerance/README.md index 81ec3a38a01..8de7cd0884f 100644 --- a/keps/sig-autoscaling/4951-configurable-hpa-tolerance/README.md +++ b/keps/sig-autoscaling/4951-configurable-hpa-tolerance/README.md @@ -234,7 +234,7 @@ type HPAScalingRules struct { } ``` -This new tolerance will be taken into account in the autoscaling controller +This new tolerance will be used in the autoscaling controller [replica_calculator.go][]. The current logic is: ```golang