We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929ae8c commit bae33dcCopy full SHA for bae33dc
src/block_cache.rs
@@ -142,7 +142,7 @@ impl BlockCache {
142
u32::try_from(num_blocks).unwrap()
143
}
144
145
- /// Get the cache entry for `block_size`, reading and inserting
+ /// Get the cache entry for `block_index`, reading and inserting
146
/// blocks into the cache if not already present.
147
///
148
/// If the entry is already present, it is moved to the front of the
0 commit comments