summaryrefslogtreecommitdiff
path: root/clang-tools-extra/docs
diff options
context:
space:
mode:
authorJonas Toth <jonas.toth@gmail.com>2018-10-31 16:59:41 +0000
committerJonas Toth <jonas.toth@gmail.com>2018-10-31 16:59:41 +0000
commit5d35be6e90192e26da18f3cd72c654706ec8c4f0 (patch)
tree1c3fef3c67f49be071ac086607673845ba249ec7 /clang-tools-extra/docs
parent7bc34bec346f7263537f29be93c0213cd5724f76 (diff)
[clang-tools-extra] fix broken link in release notes
Diffstat (limited to 'clang-tools-extra/docs')
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 76bdfb222f0..5987c3c47d9 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -137,7 +137,7 @@ Improvements to clang-tidy
those that have a non-deprecated equivalent.
- New :doc:`readability-isolate-decl
- <clang-tidy/checks/readability-isolate-decl>` check.
+ <clang-tidy/checks/readability-isolate-declaration>` check.
Detects local variable declarations declaring more than one variable and
tries to refactor the code to one statement per declaration.