Skip to content

Commit a7adbb3

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

component-model/src/design/worlds.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ and the functionality it requires in order to work.
88
A world can be used to describe a component,
99
and a hosting environment for other components,
1010
depending on which imports and exports are specified.
11-
This is because components can be composed: a component
11+
Worlds can represent either a component or host environment because components can
12+
be composed: a component can provide functionality required by another component, just
13+
like a host environment can.
1214
can provide functionality that other components can depend on.
1315

1416
On the one hand, a world describes how a component relates to other components:

0 commit comments

Comments
 (0)