docs(group): fix docstring

This commit is contained in:
steven-omaha
2023-05-24 09:54:23 +02:00
parent e6a2034ec8
commit 7fe6a71dc4
+1 -1
View File
@@ -27,7 +27,7 @@ impl Group {
/// Load all group files from the pacdef group dir by traversing through the group dir. /// 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 /// 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 /// # Errors
/// ///