Skip to content

Commit 801adea

Browse files
committed
Fix typo in link_spidermonkey_wasm
1 parent 0fea518 commit 801adea

File tree

1 file changed

+1
-1
lines changed
  • crates/gen-spidermonkey/src

1 file changed

+1
-1
lines changed

crates/gen-spidermonkey/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ impl<'a> SpiderMonkeyWasm<'a> {
447447
todo!()
448448
}
449449

450-
// Regardless whether we imorted an instance or instantiated an embedded
450+
// Regardless whether we imported an instance or instantiated an embedded
451451
// module, we now have an instance of `spidermonkey.wasm`. Alias its
452452
// exported functions and exported memory into this module's index
453453
// spaces.

0 commit comments

Comments
 (0)