Skip to content

Commit 3bf5ad8

Browse files
committed
Auto merge of #8605 - louib:patch-1, r=ehuss
Fix small typo in reference/profiles.md
2 parents 449743b + ff7d328 commit 3bf5ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ dependencies will also be forced to built with the `unwind` strategy.
158158

159159
The `incremental` setting controls the [`-C incremental` flag] which controls
160160
whether or not incremental compilation is enabled. Incremental compilation
161-
causes `rustc` to to save additional information to disk which will be reused
161+
causes `rustc` to save additional information to disk which will be reused
162162
when recompiling the crate, improving re-compile times. The additional
163163
information is stored in the `target` directory.
164164

0 commit comments

Comments
 (0)