summaryrefslogtreecommitdiffstats
path: root/vendor/gix/src/reference/remote.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix/src/reference/remote.rs')
-rw-r--r--vendor/gix/src/reference/remote.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix/src/reference/remote.rs b/vendor/gix/src/reference/remote.rs
index dd96892e2..d0c566302 100644
--- a/vendor/gix/src/reference/remote.rs
+++ b/vendor/gix/src/reference/remote.rs
@@ -4,7 +4,7 @@ use crate::{config, config::tree::Branch, remote, Reference};
impl<'repo> Reference<'repo> {
/// Find the unvalidated name of our remote for `direction` as configured in `branch.<name>.remote|pushRemote` respectively.
/// If `Some(<name>)` it can be used in [`Repository::find_remote(…)`][crate::Repository::find_remote()], or if `None` then
- /// [Repository::remote_default_name()][crate::Repository::remote_default_name()] could be used in its place.
+ /// [`Repository::remote_default_name()`][crate::Repository::remote_default_name()] could be used in its place.
///
/// Return `None` if no remote is configured.
///