diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2024-09-06 09:20:53 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2024-09-06 09:20:53 -0700 |
| commit | c1ff6fd063305a19ec9a9560c2ba3bc76bb7391a (patch) | |
| tree | 3f48c524f20e9fe636c407ff3b5ceece0899996e | |
| parent | 17b322fa69eed7216dccc9f097eb68237cf62234 (diff) | |
| download | rust-c1ff6fd063305a19ec9a9560c2ba3bc76bb7391a.tar.gz rust-c1ff6fd063305a19ec9a9560c2ba3bc76bb7391a.zip | |
Fix a typo in the wasm-component-ld README
| -rw-r--r-- | src/tools/wasm-component-ld/README.md | 4 |
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`. |
