Skip to content

Commit

Permalink
fixup! Update heap names to reduce redundancy in calls
Browse files Browse the repository at this point in the history
  • Loading branch information
jennchenn committed Aug 23, 2024
1 parent 880d568 commit 9ed5f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clusteragent/autoscaling/max_heap.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type HashHeap struct {
maxSize int
}

// NewAutoscalingHeap returns a new MaxHeap with the given max size
// NewHashHeap returns a new MaxHeap with the given max size
func NewHashHeap(maxSize int) *HashHeap {
return &HashHeap{
MaxHeap: *NewMaxHeap(),
Expand Down

0 comments on commit 9ed5f26

Please sign in to comment.