Skip to content

Commit df542a8

Browse files
authored
Fix grammar in wit-component's README (#1525)
Closes #1519
1 parent 17d200f commit df542a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wit-component/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ wasm-tools component wit component.wasm
2121
* Creates WebAssembly [component binaries][model] from input core WebAssembly
2222
modules. Input modules communicate with the [canonical ABI] to imported and
2323
exported interfaces described with [`*.wit` files][wit]. The wit interface is
24-
either embedded directly in the core wasm binary.
24+
required to be embedded directly in the core wasm binary.
2525

2626
* Supports "adapters" which can be used to bridge legacy core WebAssembly
2727
imported functions into [component model][model] functions. Adapters are

0 commit comments

Comments
 (0)