Skip to content

Commit

Permalink
fix typo in stable doc codegen-options chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Dec 18, 2023
1 parent d39324b commit 3006e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc/src/codegen-options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3006e62

Please sign in to comment.