Skip to content

Commit bae33dc

Browse files
Fix typo in BlockCache::get_or_insert_blocks
1 parent 929ae8c commit bae33dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block_cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ impl BlockCache {
142142
u32::try_from(num_blocks).unwrap()
143143
}
144144

145-
/// Get the cache entry for `block_size`, reading and inserting
145+
/// Get the cache entry for `block_index`, reading and inserting
146146
/// blocks into the cache if not already present.
147147
///
148148
/// If the entry is already present, it is moved to the front of the

0 commit comments

Comments
 (0)