about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-09-04 10:01:59 +1000
committerGitHub <noreply@github.com>2025-09-04 10:01:59 +1000
commit6f490f7ae126dbbff8b41cb39fb340efcb2c922b (patch)
treeb02b3b96d9ed7f859fffb43794a427fb39d9579e /src
parent57e8a5317a844ce3f7355c53db34df6dd017da66 (diff)
parent5c4b61b4b4b13e408b28ecc91f4f517e78e6b5e7 (diff)
downloadrust-6f490f7ae126dbbff8b41cb39fb340efcb2c922b.tar.gz
rust-6f490f7ae126dbbff8b41cb39fb340efcb2c922b.zip
Rollup merge of #146112 - scrabsha:push-utkysktvulto, r=WaffleLapkin
don't uppercase error messages
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc/src/command-line-arguments/print-options.md2
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 fed19d6b667..f37b27d88c3 100644
--- a/src/doc/rustc/src/command-line-arguments/print-options.md
+++ b/src/doc/rustc/src/command-line-arguments/print-options.md
@@ -184,7 +184,7 @@ Example:
 
 ```bash
 $ rustc --print native-static-libs --crate-type staticlib a.rs
-note: Link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
+note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
 
 note: native-static-libs: -lgcc_s -lutil [REDACTED] -lpthread -lm -ldl -lc
 ```