about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-08-22 13:36:21 +0200
committerGitHub <noreply@github.com>2017-08-22 13:36:21 +0200
commit2dfb8d73f7d29448f4b90638c95e932c839ad7a4 (patch)
treeddf9a11de1fe160ab705ec1aa6da93d3adef8388
parent7c856886adb733511f1876dcdebd03113ac16bf1 (diff)
parentc40ec8199f14aeb2b6b003bed69eff19ec9cc612 (diff)
downloadrust-2dfb8d73f7d29448f4b90638c95e932c839ad7a4.tar.gz
rust-2dfb8d73f7d29448f4b90638c95e932c839ad7a4.zip
Rollup merge of #44029 - WiSaGaN:patch-1, r=alexcrichton
Fix typos in 1.20 release notes
-rw-r--r--RELEASES.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 8200b16ce44..c3a7367a2ee 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -92,7 +92,7 @@ Stabilized APIs
 Cargo
 -----
 - [Cargo API token location moved from `~/.cargo/config` to
-  `~/cargo/credentials`.][cargo/3978]
+  `~/.cargo/credentials`.][cargo/3978]
 - [Cargo will now build `main.rs` binaries that are in sub-directories of
   `src/bin`.][cargo/4214] ie. Having `src/bin/server/main.rs` and
   `src/bin/client/main.rs` generates `target/debug/server` and `target/debug/client`
@@ -172,7 +172,6 @@ Compatibility Notes
 [`slice::sort_unstable`]: https://doc.rust-lang.org/std/primitive.slice.html#method.sort_unstable
 [`ste::from_boxed_utf8_unchecked`]: https://doc.rust-lang.org/std/str/fn.from_boxed_utf8_unchecked.html
 [`str::as_bytes_mut`]: https://doc.rust-lang.org/std/primitive.str.html#method.as_bytes_mut
-[`str::as_bytes_mut`]: https://doc.rust-lang.org/std/primitive.str.html#method.as_bytes_mut
 [`str::from_utf8_mut`]: https://doc.rust-lang.org/std/str/fn.from_utf8_mut.html
 [`str::from_utf8_unchecked_mut`]: https://doc.rust-lang.org/std/str/fn.from_utf8_unchecked_mut.html
 [`str::get_mut`]: https://doc.rust-lang.org/std/primitive.str.html#method.get_mut