Skip to content

Commit

Permalink
Auto merge of #7999 - aleksator:fix_changelog_typos, r=ehuss
Browse files Browse the repository at this point in the history
Fix CHANGELOG.md typos

Fixed `pacakges` typo and reworded another sentence since `expressioned` isn't a word.
  • Loading branch information
bors committed Mar 14, 2020
2 parents 66767ce + 9c892e6 commit b734683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@

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

### Changed
Expand Down

0 comments on commit b734683

Please sign in to comment.