diff options
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index d3652f930e2..8e014706f4e 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -85,7 +85,7 @@ Improvements to clang-tidy <http://clang.llvm.org/extra/clang-tidy/checks/modernize-make-unique.html>`_ and `modernize-make-shared <http://clang.llvm.org/extra/clang-tidy/checks/modernize-make-shared.html>`_ - now handle calls to the smart pointer's reset method. + now handle calls to the smart pointer's ``reset()`` method. - The `modernize-use-auto <http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html>`_ check |