Skip to content

Commit a85ae1a

Browse files
committed
Auto merge of #9386 - ehuss:ehuss-profile-typo, r=alexcrichton
Fix typo in profile docs
2 parents 8dd5336 + bf6985b commit a85ae1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/profiles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The `rustc` test harness currently requires `unwind` behavior. See the
169169
[`panic-abort-tests`] unstable flag which enables `abort` behavior.
170170

171171
Additionally, when using the `abort` strategy and building a test, all of the
172-
dependencies will also be forced to built with the `unwind` strategy.
172+
dependencies will also be forced to build with the `unwind` strategy.
173173

174174
[`-C panic` flag]: ../../rustc/codegen-options/index.html#panic
175175
[`panic-abort-tests`]: unstable.md#panic-abort-tests

0 commit comments

Comments
 (0)