Skip to content

Commit

Permalink
Merge pull request #1294 from tyleranton/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in Js Objects in Rust
  • Loading branch information
alexcrichton authored Feb 25, 2019
2 parents f3f709b + c40f4d0 commit 6cabb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/contributing/design/js-objects-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pushed.

JS objects are then only removed from the bottom of the stack as well. Removal
is simply storing null then incrementing a counter. Because of the "stack-y"
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
(aka it only gets a "reference" in Rust parlance).

Let's take a look at an example.
Expand Down

0 comments on commit 6cabb07

Please sign in to comment.