about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2017-08-31 18:07:49 -0600
committerGitHub <noreply@github.com>2017-08-31 18:07:49 -0600
commit81fc0e1150808b4f0aab525482bb0934e587ea80 (patch)
treeaaf9e16e0cb0a2de91f7f3b7b7646d89cfde548a
parent88ee66d3c24e178a0a6a21ccfdfb9b1245e26eae (diff)
parentf575185f3983da68a3f175fd361cf2ea3315fea2 (diff)
downloadrust-81fc0e1150808b4f0aab525482bb0934e587ea80.tar.gz
rust-81fc0e1150808b4f0aab525482bb0934e587ea80.zip
Rollup merge of #44231 - lukaramu:patch-1, r=alexcrichton
Fix release notes on associated constants

Associated constants seem to be stable everywhere, not just in traits
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 13a976dc30a..5815cb0f972 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