summaryrefslogtreecommitdiffstats
path: root/vendor/gix/src/config/tree/keys.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix/src/config/tree/keys.rs')
-rw-r--r--vendor/gix/src/config/tree/keys.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix/src/config/tree/keys.rs b/vendor/gix/src/config/tree/keys.rs
index b03fa49c6..5a5257af5 100644
--- a/vendor/gix/src/config/tree/keys.rs
+++ b/vendor/gix/src/config/tree/keys.rs
@@ -464,7 +464,7 @@ mod remote_name {
}
}
-/// Provide a way to validate a value, or decode a value from `gix-config`.
+/// Provide a way to validate a value, or decode a value from `git-config`.
pub trait Validate {
/// Validate `value` or return an error.
fn validate(&self, value: &BStr) -> Result<(), Box<dyn Error + Send + Sync + 'static>>;