Skip to content

Commit 50c0f0f

Browse files
Fix typo
Co-authored-by: Liam Murphy <liampm32@gmail.com>
1 parent b105035 commit 50c0f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ type:
865865
```
866866
a Rust bindings generator for a component with this export could produce a
867867
trait `OneTwo` requiring a function `three_four` while the JS Embedding would
868-
expect the JS module implementing this component type to export a function
868+
expect the JS module implementing this component type to export a variable
869869
`oneTwo` containing an object with a field `threeFour` containing a function.
870870

871871
The `name` field can also be used by *host* source-code bindings, defining the

0 commit comments

Comments
 (0)