Skip to content

Commit b7ef836

Browse files
Update packages/vm/src/modules/cached_module.rs
Co-authored-by: Christoph Otter <[email protected]>
1 parent 4cbe88b commit b7ef836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/src/modules/cached_module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub struct CachedModule {
2020
/// as an estimate for this.
2121
///
2222
/// Between CosmWasm 1.4 (Wasmer 4) and 1.5.2, Store/Engine were not cached. This lead to a
23-
/// memory consumtion problem. From 1.5.2 on, Module and Engine are cached and Store is created
23+
/// memory consumption problem. From 1.5.2 on, Module and Engine are cached and Store is created
2424
/// from Engine on demand.
2525
///
2626
/// The majority of the Module size is the Artifact which is why we use the module filesize as the estimate.

0 commit comments

Comments
 (0)