Skip to content

Commit ba65289

Browse files
chore: add more spacing
1 parent 1cf46ab commit ba65289

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ three separate interfaces are used to implement `stdin`, `stdout`, and `stderr`
4848
A [_world_](./worlds.md) is a collection of interfaces and types
4949
that expresses what features a component offers
5050
and what features it depends on.
51+
5152
For example, wasi-cli includes the [`command` world][wasi-cli-command],
5253
which depends on interfaces
5354
that represent the `stdin`, `stdout`, and `stderr` streams,
@@ -58,8 +59,9 @@ must be invoked in an environment that implements those interfaces.
5859
### Packages
5960

6061
A [_package_](./packages.md) is a set of WIT files
61-
containing a related set of interfaces and worlds.
62-
For example, the [wasi-http](https://github.com/WebAssembly/wasi-http/blob/main/wit/proxy.wit) package includes
62+
containing a related set of interfaces and worlds.
63+
64+
For example, the [wasi-http](https://github.com/WebAssembly/wasi-http/blob/main/wit/proxy.wit) package includes
6365
an `imports` world encapsulating the interfaces that an HTTP proxy depends on,
6466
and a `proxy` world that depends on `imports`.
6567

0 commit comments

Comments
 (0)