File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
component-model/src/language-support/importing-and-reusing-components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Just as `export`ing functionality is core to building useful WebAssembly compone
88Restated, ** WIT and the Component Model enable WebAssembly to * compose*** . This means we can build on top of functionality
99that already exists and ` export ` * new* functionality that depends on existing functionality.
1010
11- Let's say in addition to eversing the string (in the previous example),
11+ Let's say in addition to reversing the string (in the previous example),
1212we want to build shared functionality that * also* upper-cases the text it receives.
1313
1414We can reuse the reversing functionality * and* export a new interface which enables us to reverse and upper-case.
You can’t perform that action at this time.
0 commit comments