We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ffb18 commit c76a612Copy full SHA for c76a612
1 file changed
component-model/src/language-support/rust.md
@@ -246,7 +246,7 @@ $ cargo run --release -- 1 2 ../add/target/wasm32-wasip1/release/adder.wasm
246
1 + 2 = 3
247
```
248
249
-With this, we have successfully bulit and run a basic WebAssembly component with Rust 🎉
+With this, we have successfully built and run a basic WebAssembly component with Rust 🎉
250
251
[crates-wasmtime]: https://crates.io/crates/wasmtime
252
[repo-component-docs]: https://github.com/bytecodealliance/component-docs
0 commit comments