diff --git a/src/generators/list.rs b/src/generators/list.rs index c8e7b9e..f863e82 100644 --- a/src/generators/list.rs +++ b/src/generators/list.rs @@ -18,7 +18,7 @@ pub struct ListConfiguration { pub values: Vec>, } -/// 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( context: Rc, list: &ListConfiguration,