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 ///