From 9c892e6c5dda73d156fbf791ac69bf8e93b13535 Mon Sep 17 00:00:00 2001 From: Alex Tokarev Date: Sat, 14 Mar 2020 13:21:56 +0300 Subject: [PATCH] Fix CHANGELOG.md typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6ea580319..cce0922fdab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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