summaryrefslogtreecommitdiffstats
path: root/vendor/gix-config/src/parse/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-config/src/parse/mod.rs')
-rw-r--r--vendor/gix-config/src/parse/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-config/src/parse/mod.rs b/vendor/gix-config/src/parse/mod.rs
index e943a22b4..e11bbc1e3 100644
--- a/vendor/gix-config/src/parse/mod.rs
+++ b/vendor/gix-config/src/parse/mod.rs
@@ -1,4 +1,4 @@
-//! This module handles parsing a `gix-config` file. Generally speaking, you
+//! This module handles parsing a `git-config` file. Generally speaking, you
//! want to use a higher abstraction such as [`File`] unless you have some
//! explicit reason to work with events instead.
//!