Skip to content

Commit ff7d328

Browse files
authored
Fix small typo in reference/profiles.md
1 parent 449743b commit ff7d328

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)