Skip to content

Commit f027bb2

Browse files
authored
Merge pull request #1593 from vmx/patch-1
guide: fix typo in rust-type-conversions.md
2 parents 1c558fa + 5c79298 commit f027bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/contributing/design/rust-type-conversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ data for a function call.
9797

9898
The global stack is a fixed-sized static allocation in the wasm module. This
9999
stack is temporary scratch space for any one function call from either JS to
100-
Rust or Rust ot JS. Both Rust and the JS shim generated have pointers to this
100+
Rust or Rust to JS. Both Rust and the JS shim generated have pointers to this
101101
global stack and will read/write information from it.
102102

103103
Using this scheme whenever we want to pass `&str` from JS to Rust we can pass

0 commit comments

Comments
 (0)