about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRageking8 <106309953+Rageking8@users.noreply.github.com>2025-06-04 16:16:29 +0800
committerGitHub <noreply@github.com>2025-06-04 16:16:29 +0800
commitbe70a4b16e08de96fb221904bfe8abd72419abf1 (patch)
treebec4619d8a6c9c1a0db77fe4a14c50cef7a4061d
parent792fc2b033aea7ea7b766e38bdc40f7d6bdce8c3 (diff)
downloadrust-be70a4b16e08de96fb221904bfe8abd72419abf1.tar.gz
rust-be70a4b16e08de96fb221904bfe8abd72419abf1.zip
Fix incorrect use of "recommend" over "recommended"
-rw-r--r--src/doc/rustc/src/codegen-options/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/codegen-options/index.md b/src/doc/rustc/src/codegen-options/index.md
index 95e6afae8a1..bb109adf76f 100644
--- a/src/doc/rustc/src/codegen-options/index.md
+++ b/src/doc/rustc/src/codegen-options/index.md
@@ -192,7 +192,7 @@ to save information after compiling a crate to be reused when recompiling the
 crate, improving re-compile times. This takes a path to a directory where
 incremental files will be stored.
 
-Using incremental compilation inhibits certain optimizations (for example by increasing the amount of codegen units) and is therefore not recommend for release builds.
+Using incremental compilation inhibits certain optimizations (for example by increasing the amount of codegen units) and is therefore not recommended for release builds.
 
 ## inline-threshold