diff options
Diffstat (limited to 'vendor/gix-pack/src/index/access.rs')
-rw-r--r-- | vendor/gix-pack/src/index/access.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-pack/src/index/access.rs b/vendor/gix-pack/src/index/access.rs index c384109ac..18fb70e2a 100644 --- a/vendor/gix-pack/src/index/access.rs +++ b/vendor/gix-pack/src/index/access.rs @@ -64,7 +64,7 @@ impl index::File { } /// Returns the object hash at the given index in our list of (sorted) sha1 hashes. - /// The index ranges from 0 to self.num_objects() + /// The index ranges from 0 to `self.num_objects()` /// /// # Panics /// |