Skip to content

Commit bf6985b

Browse files
authored
Fix typo in profile docs
1 parent 335ad2b commit bf6985b

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
@@ -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)