Skip to content

Commit b734683

Browse files
committed
Auto merge of #7999 - aleksator:fix_changelog_typos, r=ehuss
Fix CHANGELOG.md typos Fixed `pacakges` typo and reworded another sentence since `expressioned` isn't a word.
2 parents 66767ce + 9c892e6 commit b734683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190

191191
### Nightly only
192192
- `build-std` now uses `--extern` instead of `--sysroot` to find sysroot
193-
pacakges.
193+
packages.
194194
[#7699](https://github.com/rust-lang/cargo/pull/7699)
195195
- Added `--config` command-line option to set config settings.
196196
[#7649](https://github.com/rust-lang/cargo/pull/7649)
@@ -1131,7 +1131,7 @@
11311131
[#5984](https://github.com/rust-lang/cargo/pull/5984)
11321132
[#5989](https://github.com/rust-lang/cargo/pull/5989)
11331133
- Added support for `target.'cfg(…)'.runner` config value to specify the
1134-
run/test/bench runner for config-expressioned targets.
1134+
run/test/bench runner for targets that use config expressions.
11351135
[#5959](https://github.com/rust-lang/cargo/pull/5959)
11361136

11371137
### Changed

0 commit comments

Comments
 (0)