summaryrefslogtreecommitdiff
path: root/examples/rust/README.md
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-12 22:39:22 +0200
committerHenry <mail@henrygressmann.de>2026-04-12 22:52:22 +0200
commitc2061cf63b0c131632c07191af2f9f76d13e8a3e (patch)
tree008470e0d399c3ebd5d40d7a6f6c6649e8d29203 /examples/rust/README.md
parentea895eebe56c71b3a880766f7b48b815cb1cb83e (diff)
chore: cleanup
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/README.md')
-rw-r--r--examples/rust/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rust/README.md b/examples/rust/README.md
index c24054c..6742ca4 100644
--- a/examples/rust/README.md
+++ b/examples/rust/README.md
@@ -1,6 +1,6 @@
# WebAssembly Rust Examples
-This is a seperate crate that generates WebAssembly from Rust code.
+This is a separate crate that generates WebAssembly from Rust code.
It is used by the `wasm-rust` example.
Requires the `wasm32-unknown-unknown` target to be installed.