diff options
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 7d35e80b3be..d5bd34d6e5b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -83,7 +83,7 @@ Various improvements to intra-doc links: - [You can link to non-path primitives such as `slice`.][80181] - [You can link to associated items.][74489] - - [You can now link to items with generics such as `Vec<T>`.][76934] + - [You can now include generic parameters when linking to items, like `Vec<T>`.][76934] Misc ---- |
