chore(doc): fix incorrect comment on list generator

This commit is contained in:
2025-11-01 02:22:10 -04:00
parent 7f122b088e
commit 812036fada

View File

@@ -18,7 +18,7 @@ pub struct ListConfiguration {
pub values: Vec<BTreeMap<String, String>>, pub values: Vec<BTreeMap<String, String>>,
} }
/// Generates a set of entries using the specified `matrix` configuration in the `context`. /// Generates a set of entries using the specified `list` configuration in the `context`.
pub fn generate( pub fn generate(
context: Rc<SproutContext>, context: Rc<SproutContext>,
list: &ListConfiguration, list: &ListConfiguration,