From 7c44f1846226ffc10a5f12d072513081294e8c1d Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Thu, 16 Feb 2023 10:41:54 +0100 Subject: [PATCH] fix docstring --- crates/pacdef_core/src/path.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/pacdef_core/src/path.rs b/crates/pacdef_core/src/path.rs index 9891a85..7103369 100644 --- a/crates/pacdef_core/src/path.rs +++ b/crates/pacdef_core/src/path.rs @@ -37,8 +37,7 @@ pub fn get_home_dir() -> Result { Ok(env::var("HOME").context("getting $HOME variable")?.into()) } -/// Get the group directory where all group files are located. This is -/// `$XDG_CONFIG_HOME/pacdef/pacdef.yaml`. +/// Get the path to the pacdef config file. This is `$XDG_CONFIG_HOME/pacdef/pacdef.yaml`. /// /// # Errors ///