Skip to content

Commit 8e451cf

Browse files
committed
fix
1 parent 2abbaab commit 8e451cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
//! to understand which cache levels exist and how to leverage them.
3838
//!
3939
//! When accessing an object, the first cache that's queried is a memory-capped LRU object cache, mapping their id to data and kind.
40-
//! It has to be specifically enabled a [`Repository`].
40+
//! It has to be specifically enabled on a [`Repository`].
4141
//! On miss, the object is looked up and if a pack is hit, there is a small fixed-size cache for delta-base objects.
4242
//!
4343
//! In scenarios where the same objects are accessed multiple times, the object cache can be useful and is to be configured specifically

0 commit comments

Comments
 (0)