about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-03-24 16:08:08 +0100
committerGitHub <noreply@github.com>2020-03-24 16:08:08 +0100
commit1d2fbbed339bb89175b27d32710d58bdf15f1041 (patch)
tree58850d3cecce038f8bb72caa3ea2eb09841ba10e
parentf1f91c92a4101f35b8640082970fdbf24a95ccff (diff)
downloadrust-1d2fbbed339bb89175b27d32710d58bdf15f1041.tar.gz
rust-1d2fbbed339bb89175b27d32710d58bdf15f1041.zip
Update RELEASES.md
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index e8205b15a45..4a11fd7760a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -47,7 +47,7 @@ Libraries
 - [Added the `primitive` module to `std` and `core`.][67637] This module
   reexports Rust's primitive types. This is mainly useful for use in macros
   where you want avoid these types being shadowed.
-- [The some of the trait bounds on `HashMap` and `HashSet`.][67642]
+- [Relaxed some of the trait bounds on `HashMap` and `HashSet`.][67642]
 - [`string::FromUtf8Error` now implements `Clone + Eq`.][68738]
 
 Stabilized APIs