Skip to content

Commit 5a3b160

Browse files
authored
chore: fix comment for crates/wasmi/src/instance/mod.rs (#1673)
Signed-off-by: suranmiao <[email protected]>
1 parent 3b4db1d commit 5a3b160

File tree

1 file changed

+1
-1
lines changed
  • crates/wasmi/src/instance

1 file changed

+1
-1
lines changed

crates/wasmi/src/instance/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ impl Instance {
303303
/// Looks up an exported [`Memory`] value by `name`.
304304
///
305305
/// Returns `None` if there was no export named `name`,
306-
/// or if there was but it wasn’t a table.
306+
/// or if there was but it wasn’t a memory.
307307
///
308308
/// # Panics
309309
///

0 commit comments

Comments
 (0)