Skip to content

Commit 7ea145c

Browse files
author
Tim Middleton
committed
minor comment
1 parent 15334ad commit 7ea145c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coherence/localcache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func (l *localCacheImpl[K, V]) expireEntries() {
256256
return
257257
}
258258

259-
// get the keys from the map and sort them so we
259+
// get the keys from the map and sort them, so we are seeing earliest first
260260
for key := range l.expiryMap {
261261
expiryKeys[index] = key
262262
index++

0 commit comments

Comments
 (0)