Skip to content

Commit e96058d

Browse files
fix: typo
1 parent 7232d66 commit e96058d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/reference

component-model/src/reference/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ set of exports ([legacy specification][wasi-p1]).
4343

4444
WebAssembly core modules use functions provided by the host system (the "outside world") but they can only perform
4545
computations on a fixed set of primitive types (`i32`, `i64`, `f32`, `f64`), `v128`). The component model enables core components to interact with the "outside world"
46-
world via a rich set of types ([WebAssembly Interface Types][wit]).
46+
via a rich set of types ([WebAssembly Interface Types][wit]).
4747

4848
Where as WebAssembly core components must find a way to represent higher level types with the primitives defined in an ad hoc manner, the Component Model presents a consistent way of representing complex types familiar in most high level languages.
4949

0 commit comments

Comments
 (0)