Skip to content

Commit 6713580

Browse files
committed
chore: update comment on SimpleLRU struct
1 parent d64b367 commit 6713580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-common/src/util/lru_cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ mod tests {
461461
assert_eq!(flushed, vec![(2, 2)]);
462462
}
463463

464-
/// Simple LRU implementation for testing
464+
/// Simple LRU implementation for property testing
465465
pub struct SimpleLRU {
466466
pub cache: Vec<Node<u32, u32>>,
467467
capacity: usize,

0 commit comments

Comments
 (0)