fix a typo

This commit is contained in:
vms 2021-04-01 12:48:32 +03:00
parent b34a9fc90b
commit c2a7cc874a

View File

@ -34,7 +34,7 @@ impl<'m> Module<'m> {
}
}
/// Returns all modules the provided config consist of.
/// Returns all modules the provided config consists of.
pub(super) fn collect_modules(
config: &TomlAppServiceConfig,
modules_dir: PathBuf,