about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2024-09-06 09:20:53 -0700
committerAlex Crichton <alex@alexcrichton.com>2024-09-06 09:20:53 -0700
commitc1ff6fd063305a19ec9a9560c2ba3bc76bb7391a (patch)
tree3f48c524f20e9fe636c407ff3b5ceece0899996e
parent17b322fa69eed7216dccc9f097eb68237cf62234 (diff)
downloadrust-c1ff6fd063305a19ec9a9560c2ba3bc76bb7391a.tar.gz
rust-c1ff6fd063305a19ec9a9560c2ba3bc76bb7391a.zip
Fix a typo in the wasm-component-ld README
-rw-r--r--src/tools/wasm-component-ld/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/wasm-component-ld/README.md b/src/tools/wasm-component-ld/README.md
index 54608a2dea1..b51de9a9dce 100644
--- a/src/tools/wasm-component-ld/README.md
+++ b/src/tools/wasm-component-ld/README.md
@@ -1,7 +1,7 @@
 # `wasm-component-ld`
 
-This wrapper is a wrapper around the [`wasm-component-ld`] crates.io crate. That
-crate. That crate is itself a thin wrapper around two pieces:
+This wrapper is a wrapper around the [`wasm-component-ld`] crates.io crate.
+That crate is itself a thin wrapper around two pieces:
 
 * `wasm-ld` - the LLVM-based linker distributed as part of LLD and packaged in
   Rust as `rust-lld`.