fix: correct doc comment typo package-groups → package_groups

This commit is contained in:
Red Bear OS
2026-06-30 18:24:08 +03:00
parent e45ce4d57a
commit 8d1bad9eb4
+1 -1
View File
@@ -145,7 +145,7 @@ impl Config {
}
}
/// Expand all `[package-groups]` references in `packages` into individual
/// Expand all `[package_groups]` references in `packages` into individual
/// package entries. Must be called after `merge()` so that groups from all
/// included configs are collected.
///