summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorLukas H <lukaramu@users.noreply.github.com>2017-09-01 01:17:08 +0200
committerGitHub <noreply@github.com>2017-09-01 01:17:08 +0200
commitf575185f3983da68a3f175fd361cf2ea3315fea2 (patch)
tree66923a1bdb5289266d81671788497f36317e43da /RELEASES.md
parent97b01abf3d222523d0db4f79c13ed45e7fef27e3 (diff)
downloadrust-f575185f3983da68a3f175fd361cf2ea3315fea2.tar.gz
Fix release note on associated constants
Associated constants seem to be stable everywhere, not just in traits
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index c3a7367a2ee..3342ca6ca0d 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -3,7 +3,7 @@ Version 1.20.0 (2017-08-31)
Language
--------
-- [Associated constants in traits is now stabilised.][42809]
+- [Associated constants are now stabilised.][42809]
- [A lot of macro bugs are now fixed.][42913]
Compiler