Skip to content

Commit

Permalink
typo fix file_system_cache.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
petryshkaCODE authored Dec 30, 2024
1 parent c8b633e commit dd79b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/src/modules/file_system_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ fn module_size(module_path: &Path) -> VmResult<usize> {
}

/// 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.
Expand Down

0 comments on commit dd79b56

Please sign in to comment.