Skip to content

Commit c76a612

Browse files
fix(lang/rust): typo
Co-authored-by: Mikhail Katychev <mkatych@gmail.com>
1 parent 30ffb18 commit c76a612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/language-support

component-model/src/language-support/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ $ cargo run --release -- 1 2 ../add/target/wasm32-wasip1/release/adder.wasm
246246
1 + 2 = 3
247247
```
248248

249-
With this, we have successfully bulit and run a basic WebAssembly component with Rust 🎉
249+
With this, we have successfully built and run a basic WebAssembly component with Rust 🎉
250250

251251
[crates-wasmtime]: https://crates.io/crates/wasmtime
252252
[repo-component-docs]: https://github.com/bytecodealliance/component-docs

0 commit comments

Comments
 (0)