Skip to content

Commit 4a0cc8c

Browse files
Update component-model/src/design/worlds.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 0df2484 commit 4a0cc8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

component-model/src/design/worlds.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ A world describes the functionality a component provides,
66
and the functionality it requires in order to work.
77

88
A world can be used to describe a component,
9-
and a hosting environment for other components.
9+
and a hosting environment for other components,
10+
depending on which imports and exports are specified.
1011
This is because components can be composed: a component
1112
can provide functionality that other components can depend on.
1213

0 commit comments

Comments
 (0)