Skip to content

Commit 5e65915

Browse files
committed
Integrate review feedback in 'Components' section
1 parent dfcffbd commit 5e65915

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

component-model/src/design/why-component-model.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ there needs to be an agreed-upon way to expose these richer types across module
113113

114114
## Components
115115

116-
Components were developed to ease interoperability between modules.
116+
Components solve the two problems that we've seen so far:
117+
the limited type system of core module functions,
118+
and cross-language interoperability.
117119
Conceptually, a component is a module that is restricted
118120
to interact only through its imported and exported functions.
119121
Compared to core modules, components also use a richer

0 commit comments

Comments
 (0)