diff options
Diffstat (limited to 'vendor/gix-ref/src/lib.rs')
-rw-r--r-- | vendor/gix-ref/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-ref/src/lib.rs b/vendor/gix-ref/src/lib.rs index cd2e8c27e..2c714d47a 100644 --- a/vendor/gix-ref/src/lib.rs +++ b/vendor/gix-ref/src/lib.rs @@ -5,7 +5,7 @@ //! Refs are the way to keep track of objects and come in two flavors. //! //! * symbolic refs are pointing to another reference -//! * peeled refs point to the an object by its [ObjectId][gix_hash::ObjectId] +//! * peeled refs point to the an object by its [`ObjectId`][gix_hash::ObjectId] //! //! They can be identified by a relative path and stored in various flavors. //! |