Skip to content

Commit 7e2967d

Browse files
authored
Rollup merge of rust-lang#149243 - yotamofek:pr/change_tracker_typo, r=Mark-Simulacrum
Fix typo and clarify bootstrap change tracker entry mostly: `par` -> `per` but also move some words around and hyphenate to (hopefully) make sentence a bit clearer
2 parents 553c1bb + b5164c0 commit 7e2967d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,6 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
599599
ChangeInfo {
600600
change_id: 148795,
601601
severity: ChangeSeverity::Info,
602-
summary: "New options `rust.rustflags` for all targets and `rustflags` par target that will pass specified flags to rustc for all stages. Target specific flags override global `rust.rustflags` ones.",
602+
summary: "New options `rust.rustflags` for all targets and per-target `rustflags` that will pass specified flags to rustc for all stages. Target-specific flags override global `rust.rustflags` ones.",
603603
},
604604
];

0 commit comments

Comments
 (0)