Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
nicewook committed Oct 5, 2021
1 parent f6c4b2d commit 644246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachetable.go
Expand Up @@ -323,7 +323,7 @@ type CacheItemPair struct {
AccessCount int64
}

// CacheItemPairList is a slice of CacheIemPairs that implements sort.
// CacheItemPairList is a slice of CacheItemPairs that implements sort.
// Interface to sort by AccessCount.
type CacheItemPairList []CacheItemPair

Expand Down

0 comments on commit 644246a

Please sign in to comment.