one more fix

This commit is contained in:
vms 2021-04-01 12:49:34 +03:00
parent c2a7cc874a
commit b57c3687a2

View File

@ -69,7 +69,7 @@ fn collect_module_paths(
.collect::<Vec<_>>()
}
/// Tries to determine a dir with compiled Wasm modules according to the following
/// Tries to determine a dir with compiled Wasm modules according to the following rules:
/// - if the modules_dir attribute is specified (by user) it will be chosen,
/// - otherwise if modules_dir is specified in AppService config it will be chosen,
/// - otherwise None will be returned.