Skip to content

Commit f58a5c8

Browse files
committed
Fixing a link in the release notes to appease the Sphinx bot.
llvm-svn: 360346
1 parent 8e015b2 commit f58a5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ Improvements to clang-tidy
151151
finds and replaces cases that match the pattern ``var &&
152152
isa<X>(var)``, where ``var`` is evaluated twice.
153153

154-
- New :doc:`modernize-use-trailing-type-return
155-
<clang-tidy/checks/modernize-use-trailing-type-return>` check.
154+
- New :doc:`modernize-use-trailing-return-type
155+
<clang-tidy/checks/modernize-use-trailing-return-type>` check.
156156

157157
Rewrites function signatures to use a trailing return type.
158158

0 commit comments

Comments
 (0)