Skip to content

Commit 3006e62

Browse files
committed
fix typo in stable doc codegen-options chapter
1 parent d39324b commit 3006e62

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc/src/codegen-options

1 file changed

+1
-1
lines changed

src/doc/rustc/src/codegen-options/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ metrics.
221221
## link-self-contained
222222

223223
On `windows-gnu`, `linux-musl`, and `wasi` targets, this flag controls whether the
224-
linker will use libraries and objects shipped with Rust instead or those in the system.
224+
linker will use libraries and objects shipped with Rust instead of those in the system.
225225
It takes one of the following values:
226226

227227
* no value: rustc will use heuristic to disable self-contained mode if system has necessary tools.

0 commit comments

Comments
 (0)