Skip to content

Commit

Permalink
chore: wording
Browse files Browse the repository at this point in the history
Co-authored-by: ThetaSinner <[email protected]>
  • Loading branch information
mattyg and ThetaSinner authored Jan 7, 2025
1 parent 9bcd47d commit 979c8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/host/src/module/wasmer_sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ mod tests {
let key: CacheKey = [0u8; 32];
let module = module_cache.get(key, &wasm).unwrap();

// make sure module has been stored in deserialized cache under key
// make sure module has been stored in the in-memory cache under `key`
{
let deserialized_cached_module = module_cache
.deserialized_module_cache
Expand Down

0 comments on commit 979c8c2

Please sign in to comment.