diff --git a/packages/vm/src/modules/file_system_cache.rs b/packages/vm/src/modules/file_system_cache.rs index 004e48e09..aad81307b 100644 --- a/packages/vm/src/modules/file_system_cache.rs +++ b/packages/vm/src/modules/file_system_cache.rs @@ -268,7 +268,7 @@ fn module_size(module_path: &Path) -> VmResult { } /// Creates an identifier for the Wasmer `Target` that is used for -/// cache invalidation. The output is reasonable human friendly to be useable +/// cache invalidation. The output is reasonable human friendly to be usable /// in file path component. fn target_id(target: &Target) -> String { // Use a custom Hasher implementation to avoid randomization.