[clang][docs] use `Fixes` instead of `This fixes` in ReleaseNotes [NFC]
authorYingChi Long <me@inclyc.cn>
Sun, 7 Aug 2022 04:42:15 +0000 (12:42 +0800)
committerYingChi Long <me@inclyc.cn>
Sun, 7 Aug 2022 04:42:15 +0000 (12:42 +0800)
clang/docs/ReleaseNotes.rst

index a2d7526..4f34b2f 100644 (file)
@@ -74,7 +74,7 @@ Improvements to Clang's diagnostics
   the enumeration's values. Fixes
   `Issue 50055: <https://github.com/llvm/llvm-project/issues/50055>`_.
 - Clang will now check compile-time determinable string literals as format strings.
-  This fixes `Issue 55805: <https://github.com/llvm/llvm-project/issues/55805>`_.
+  Fixes `Issue 55805: <https://github.com/llvm/llvm-project/issues/55805>`_.
 - ``-Wformat`` now recognizes ``%b`` for the ``printf``/``scanf`` family of
   functions and ``%B`` for the ``printf`` family of functions. Fixes
   `Issue 56885: <https://github.com/llvm/llvm-project/issues/56885>`_.