fix typo in stable doc codegen-options chapter

This commit is contained in:
Rémy Rakic 2023-12-16 20:20:07 +00:00
parent d39324b525
commit 3006e62909

View file

@ -221,7 +221,7 @@ metrics.
## link-self-contained
On `windows-gnu`, `linux-musl`, and `wasi` targets, this flag controls whether the
linker will use libraries and objects shipped with Rust instead or those in the system.
linker will use libraries and objects shipped with Rust instead of those in the system.
It takes one of the following values:
* no value: rustc will use heuristic to disable self-contained mode if system has necessary tools.