Skip to content

Commit 6cabb07

Browse files
authored
Merge pull request #1294 from tyleranton/fix-typo
Fix typo in Js Objects in Rust
2 parents f3f709b + c40f4d0 commit 6cabb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/contributing/design/js-objects-in-rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pushed.
1818

1919
JS objects are then only removed from the bottom of the stack as well. Removal
2020
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
21+
nature of this scheme it only works for when wasm doesn't hold onto a JS object
2222
(aka it only gets a "reference" in Rust parlance).
2323

2424
Let's take a look at an example.

0 commit comments

Comments
 (0)