Skip to content

Commit

Permalink
[ReleaseNotes] Fix formatting for LLDB changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael137 committed Mar 8, 2023
1 parent 23fcca8 commit 6a0f0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/docs/ReleaseNotes.rst
Expand Up @@ -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
---------------------
Expand Down

0 comments on commit 6a0f0fb

Please sign in to comment.