Skip to content

Commit

Permalink
Update hermes/bin/src/wasm/module.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Joaquín Rosales <casabenita7@gmail.com>
  • Loading branch information
Mr-Leshiy and saibatizoku committed Feb 1, 2024
1 parent b8a170d commit 28f2763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes/bin/src/wasm/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ mod tests {
}

#[test]
/// Tests that after instantiation of `Module` it's state does not change after each
/// Tests that after instantiation of `Module` its state does not change after each
/// `Module::call_func` execution
fn preserve_module_state_test() {
let wat = r#"
Expand Down

0 comments on commit 28f2763

Please sign in to comment.