Skip to content

Commit 8375ab0

Browse files
authored
Rollup merge of #142017 - Rageking8:fix-incorrect-use-of-recommend-over-recommended, r=lqd
Fix incorrect use of "recommend" over "recommended" Spotted this typo in #141554, but it has since been merged. r? `@Noratrieb`
2 parents 98da8e6 + be70a4b commit 8375ab0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ to save information after compiling a crate to be reused when recompiling the
192192
crate, improving re-compile times. This takes a path to a directory where
193193
incremental files will be stored.
194194

195-
Using incremental compilation inhibits certain optimizations (for example by increasing the amount of codegen units) and is therefore not recommend for release builds.
195+
Using incremental compilation inhibits certain optimizations (for example by increasing the amount of codegen units) and is therefore not recommended for release builds.
196196

197197
## inline-threshold
198198

0 commit comments

Comments
 (0)