Skip to content

Commit a77faf4

Browse files
committed
chore: update comment
1 parent 71d5db8 commit a77faf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basic_kv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ fn get_with_cached_fd() -> value_log::Result<()> {
109109
}
110110

111111
let index_len = index.read().unwrap().len() as u32;
112-
// The first item will cache the fd, subsequent accesses will all be cache hits
112+
// The first item will be a miss and cache the fd, subsequent accesses will all be cache hits
113113
assert_eq!(fd_cache.get_miss_count(), 1);
114114
assert_eq!(fd_cache.get_hit_count(), index_len - 1);
115115

0 commit comments

Comments
 (0)