We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f709b commit c40f4d0Copy full SHA for c40f4d0
guide/src/contributing/design/js-objects-in-rust.md
@@ -18,7 +18,7 @@ pushed.
18
19
JS objects are then only removed from the bottom of the stack as well. Removal
20
is simply storing null then incrementing a counter. Because of the "stack-y"
21
-nature of this sceheme it only works for when wasm doesn't hold onto a JS object
+nature of this scheme it only works for when wasm doesn't hold onto a JS object
22
(aka it only gets a "reference" in Rust parlance).
23
24
Let's take a look at an example.
0 commit comments