Skip to content

Commit d063777

Browse files
Fix typo modoel -> model
1 parent 99c0843 commit d063777

File tree

1 file changed

+1
-1
lines changed
  • packages/npm-packages/ruby-wasm-wasi/src

1 file changed

+1
-1
lines changed

packages/npm-packages/ruby-wasm-wasi/src/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const DefaultRubyVM = async (
4646
await vm.setInstance(instance);
4747

4848
wasi.setMemory(instance.exports.memory as WebAssembly.Memory);
49-
// Manually call `_initialize`, which is a part of reactor modoel ABI,
49+
// Manually call `_initialize`, which is a part of reactor model ABI,
5050
// because the WASI polyfill doesn't support it yet.
5151
(instance.exports._initialize as Function)();
5252
vm.initialize();

0 commit comments

Comments
 (0)