We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c558fa + 5c79298 commit f027bb2Copy full SHA for f027bb2
guide/src/contributing/design/rust-type-conversions.md
@@ -97,7 +97,7 @@ data for a function call.
97
98
The global stack is a fixed-sized static allocation in the wasm module. This
99
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
+Rust or Rust to JS. Both Rust and the JS shim generated have pointers to this
101
global stack and will read/write information from it.
102
103
Using this scheme whenever we want to pass `&str` from JS to Rust we can pass
0 commit comments