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.
1 parent 5355b65 commit 56fbf22Copy full SHA for 56fbf22
website/docs/concepts/basic-web-technologies/wasm-bindgen.mdx
@@ -169,7 +169,7 @@ _[`JsCast` documentation](https://rustwasm.github.io/wasm-bindgen/api/wasm_bindg
169
170
### [`Closure`](https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen/closure/struct.Closure.html)
171
172
-The `Closure` type provides a way to transfer Rust closures to JavaScript, the closures past to
+The `Closure` type provides a way to transfer Rust closures to JavaScript, the closures passed to
173
JavaScript must have a `'static` lifetime for soundness reasons.
174
175
This type is a "handle" in the sense that whenever it is dropped it will invalidate the JS
0 commit comments