Skip to content

Commit

Permalink
Update hot_region_storage.go
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
ZzzhHe authored Aug 28, 2023
1 parent 50368e5 commit a935733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/hot_region_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ type HistoryHotRegion struct {

// HotRegionStorageHandler help hot region storage get hot region info.
type HotRegionStorageHandler interface {
// PackHistoryHotWriteRegions get read hot region info in HistoryHotRegion form.
// PackHistoryHotReadRegions get read hot region info in HistoryHotRegion form.
PackHistoryHotReadRegions() ([]HistoryHotRegion, error)
// PackHistoryHotWriteRegions get write hot region info in HistoryHotRegion form.
PackHistoryHotWriteRegions() ([]HistoryHotRegion, error)
Expand Down

0 comments on commit a935733

Please sign in to comment.