Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion component-model/src/design/wit.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ world proxy {
```

This package defines request and response types in `types.wit`,
an incoming handler interface in `incoming wit`,
an incoming handler interface in `incoming.wit`,
an outgoing handler interface in `outgoing.wit`,
and declares the package and defines a world that uses these interfaces
in `http.wit`.
Expand Down
Loading