diff options
| author | houpo-bob <houpocun@outlook.com> | 2025-08-24 16:58:22 +0800 |
|---|---|---|
| committer | houpo-bob <houpocun@outlook.com> | 2025-08-24 16:58:22 +0800 |
| commit | 5d41f7ccb87996b2ca22b4ad42570f65f13c40bc (patch) | |
| tree | c26ada29d8fd78f13a19f9078e135db15f76480f /src/doc/rustc | |
| parent | 4eedad312695d773b6e2e17a4f8082660470c101 (diff) | |
| download | rust-5d41f7ccb87996b2ca22b4ad42570f65f13c40bc.tar.gz rust-5d41f7ccb87996b2ca22b4ad42570f65f13c40bc.zip | |
Fix some minor issues in comments
Signed-off-by: houpo-bob <houpocun@outlook.com>
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/command-line-arguments/print-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/command-line-arguments/print-options.md b/src/doc/rustc/src/command-line-arguments/print-options.md index 1f33e91e5d1..fed19d6b667 100644 --- a/src/doc/rustc/src/command-line-arguments/print-options.md +++ b/src/doc/rustc/src/command-line-arguments/print-options.md @@ -32,7 +32,7 @@ The names of the files created by the `link` emit kind. ## `sysroot` -Abosulte path to the sysroot. +Absolute path to the sysroot. Example (with rustup and the stable toolchain): |
