fix(doc): list generator is not the matrix generator

This commit is contained in:
2025-10-27 16:17:33 -04:00
parent 8a2e8c8127
commit 59edd63a12

View File

@@ -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 {