mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 19:00:18 +00:00
fix(doc): list generator is not the matrix generator
This commit is contained in:
@@ -6,7 +6,7 @@ use std::collections::BTreeMap;
|
|||||||
use std::rc::Rc;
|
use std::rc::Rc;
|
||||||
|
|
||||||
/// List generator configuration.
|
/// List generator configuration.
|
||||||
/// The matrix generator produces multiple entries based
|
/// The list generator produces multiple entries based
|
||||||
/// on a set of input maps.
|
/// on a set of input maps.
|
||||||
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
|
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
|
||||||
pub struct ListConfiguration {
|
pub struct ListConfiguration {
|
||||||
|
|||||||
Reference in New Issue
Block a user