Skip to content

Commit 59e1d7f

Browse files
committed
Update comment
1 parent b925601 commit 59e1d7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vm/src/modules/file_system_cache.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use super::CachedModule;
2323
/// This needs to be done e.g. when switching between the jit/native engine.
2424
///
2525
/// The string is used as a folder and should be named in a way that is
26-
/// easy to interprete for system admins. It should allow easy clearing
26+
/// easy to interpret for system admins. It should allow easy clearing
2727
/// of old versions.
2828
///
2929
/// See https://github.com/wasmerio/wasmer/issues/2781 for more information
@@ -59,7 +59,7 @@ use super::CachedModule;
5959
/// New version because of Wasmer 4.1.2 -> 4.2.2 upgrade.
6060
/// Module compatibility between Wasmer versions is not guaranteed.
6161
/// - **v9**:<br>
62-
/// New version because of Wasmer 4.2.2 -> 4.2.5 upgrade.
62+
/// New version because of Wasmer 4.2.2 -> 4.2.6 upgrade.
6363
/// Module compatibility between Wasmer versions is not guaranteed.
6464
const MODULE_SERIALIZATION_VERSION: &str = "v9";
6565

0 commit comments

Comments
 (0)