From 7fe6a71dc42926a754605c29078f625d5ea3fbe2 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Wed, 24 May 2023 09:54:23 +0200 Subject: [PATCH] docs(group): fix docstring --- crates/pacdef_core/src/grouping/group.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/pacdef_core/src/grouping/group.rs b/crates/pacdef_core/src/grouping/group.rs index d5c826c..fd5ae4a 100644 --- a/crates/pacdef_core/src/grouping/group.rs +++ b/crates/pacdef_core/src/grouping/group.rs @@ -27,7 +27,7 @@ impl Group { /// Load all group files from the pacdef group dir by traversing through the group dir. /// /// This method will print a warning if `warn_not_symlinks` is true and a group - /// file is not a symlink. + /// file is not a symlink or does not reside under a symlink dir. /// /// # Errors ///