Skip to content

Commit

Permalink
Update crates/core/src/host/wasmer/wasm_instance_env.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Phoebe Goldman <phoebe@clockworklabs.io>
Signed-off-by: George Kulakowski <george.kulakowski@gmail.com>
  • Loading branch information
kulakowski and gefjon authored Oct 12, 2023
1 parent d60cc59 commit 74779d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/host/wasmer/wasm_instance_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use super::{Mem, WasmError};
/// and the database.
///
/// A `WasmInstanceEnv` associates an `InstanceEnv` (responsible for
/// the database instance and it's associated state) with a wasm
/// the database instance and its associated state) with a wasm
/// `Mem`. It also contains the resources (`Buffers` and
/// `BufferIters`) needed to manage the ABI contract between modules
/// and the host.
Expand Down

0 comments on commit 74779d9

Please sign in to comment.