[llvm] 6a0f0fb - [ReleaseNotes] Fix formatting for LLDB changes

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 07:35:52 PST 2023


Author: Michael Buch
Date: 2023-03-08T15:34:31Z
New Revision: 6a0f0fb190642df4a1dce53a07711ec729b6a280

URL: https://github.com/llvm/llvm-project/commit/6a0f0fb190642df4a1dce53a07711ec729b6a280
DIFF: https://github.com/llvm/llvm-project/commit/6a0f0fb190642df4a1dce53a07711ec729b6a280.diff

LOG: [ReleaseNotes] Fix formatting for LLDB changes

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 10ffc60e8e8ea..c136eb7f8fe79 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -184,9 +184,9 @@ Changes to the LLVM tools
 Changes to LLDB
 ---------------------------------
 
-* In the results of commands such as `expr` and `frame var`, type summaries will now
+* In the results of commands such as ``expr`` and ``frame var``, type summaries will now
   omit defaulted template parameters. The full template parameter list can still be
-  viewed with `expr --raw-output`/`frame var --raw-output`. (`D141828 <https://reviews.llvm.org/D141828>`_)
+  viewed with ``expr --raw-output``/``frame var --raw-output``. (`D141828 <https://reviews.llvm.org/D141828>`_)
 
 Changes to Sanitizers
 ---------------------


        


More information about the llvm-commits mailing list