Skip to content

Commit 14f7925

Browse files
authored
Merge pull request #8403 from kincoy/fix-typo-autoscaler-interface-comment
chore(autoscaler): fix typo in Autoscaler interface comment
2 parents 3344f06 + ed6fc0f commit 14f7925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/core/autoscaler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ type Autoscaler interface {
7878
ExitCleanUp()
7979
// LastScaleUpTime is a time of the last scale up
8080
LastScaleUpTime() time.Time
81-
// LastScaleUpTime is a time of the last scale down
81+
// LastScaleDownDeleteTime is a time of the last scale down
8282
LastScaleDownDeleteTime() time.Time
8383
}
8484

0 commit comments

Comments
 (0)