about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2021-07-23 13:08:58 +0200
committerGitHub <noreply@github.com>2021-07-23 13:08:58 +0200
commit09b5ce3e1b905e021a980bfa3bc85b923417a48c (patch)
treeef76029cc337b6dff28f4454942c11379ce9c29a
parent6e59a9d112cdf0f33968a2d6d1865a6494e04b1b (diff)
downloadrust-09b5ce3e1b905e021a980bfa3bc85b923417a48c.tar.gz
rust-09b5ce3e1b905e021a980bfa3bc85b923417a48c.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 f06a81c39c4..dd9dad06924 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -4,7 +4,7 @@ Version 1.54.0 (2021-07-29)
 Language
 -----------------------
 
-- [You can now use macros for values in key-value attributes.][83366]
+- [You can now use macros for values in built-in attribute macros.][83366]
   While a seemingly minor addition on its own, this enables a lot of
   powerful functionality when combined correctly. Most notably you can
   now include external documentation in your crate by writing the following.