Fix a typo in the wasm-component-ld README

This commit is contained in:
Alex Crichton 2024-09-06 09:20:53 -07:00
parent 17b322fa69
commit c1ff6fd063

View File

@ -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`.