mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 17:10:17 +00:00
chore(doc): fix incorrect comment on list generator
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user