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 2abbaab commit 8e451cfCopy full SHA for 8e451cf
gix/src/lib.rs
@@ -37,7 +37,7 @@
37
//! to understand which cache levels exist and how to leverage them.
38
//!
39
//! 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`].
+//! It has to be specifically enabled on a [`Repository`].
41
//! On miss, the object is looked up and if a pack is hit, there is a small fixed-size cache for delta-base objects.
42
43
//! 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