Skip to content

Commit 4d56d07

Browse files
authored
Correction
1 parent 743cdf3 commit 4d56d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/000-prototypal-inheritance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ There are three key problems with the status quo that currently prevent exported
4949

5050
This RFC proposes a solution to all of these points, and furthermore also proposes a solution to the related problem of obtaining a [`JsValue`](https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen/struct.JsValue.html) for any given export or import which could be used, for example, to pass a `struct` to a JS API that expects a constructor function (such as [`web_sys::CustomElementRegistry::define`](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.CustomElementRegistry.html#method.define)).
5151

52-
These problems are addressed in this order below, but consideration is at first only given to how exported types are instantiated from JavaScript; the problem of correctly instantiating exported types from within WASM is not visited until the third section (on FFI polymorphism).
52+
These problems are addressed in this order below, but consideration is at first only given to how exported types are instantiated from JavaScript; the problem of correctly instantiating exported types from within WASM is not visited until the end.
5353

5454
### Generating `extends` clause in shim classes
5555

0 commit comments

Comments
 (0)