Skip to content

Commit

Permalink
fix a typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: ZhuohaoHe <[email protected]>
  • Loading branch information
ZzzhHe committed Aug 28, 2023
1 parent b905214 commit 225acdb
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 225acdb

Please sign in to comment.