Skip to content

Commit 8e44afc

Browse files
Update component-model/src/design/component-model-concepts.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 61ea622 commit 8e44afc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ with a component that does the main arithmetic.
2222
### WebAssembly Interface Types (WIT)
2323

2424
[WebAssembly Interface Types (WIT)][wit] is the [IDL (Interface Definition Language)][wiki-idl]
25-
used to formally define functionality for WebAssembly modules.
25+
used to formally define functionality for WebAssembly components.
2626
WIT gives WebAssembly components the ability to express type signatures
2727
in a language-agnostic way,
2828
so any component binary can be both checked and executed.

0 commit comments

Comments
 (0)