Skip to content

Commit 32351b5

Browse files
authored
[clang-tidy][doc] fix incorrectly code snippet in release note (#122595)
1 parent 70f3732 commit 32351b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Changes in existing checks
195195
the offending code with ``reinterpret_cast``, to more clearly express intent.
196196

197197
- Improved :doc:`bugprone-dangling-handle
198-
<clang-tidy/checks/bugprone/dangling-handle>` check to treat `std::span` as a
198+
<clang-tidy/checks/bugprone/dangling-handle>` check to treat ``std::span`` as a
199199
handle class.
200200

201201
- Improved :doc:`bugprone-exception-escape
@@ -233,7 +233,7 @@ Changes in existing checks
233233

234234
- Improved :doc:`bugprone-unchecked-optional-access
235235
<clang-tidy/checks/bugprone/unchecked-optional-access>` to support
236-
`bsl::optional` and `bdlb::NullableValue` from
236+
``bsl::optional`` and ``bdlb::NullableValue`` from
237237
<https://github.com/bloomberg/bde>_.
238238

239239
- Improved :doc:`bugprone-unhandled-self-assignment
@@ -370,7 +370,7 @@ Changes in existing checks
370370

371371
- Improved :doc:`readability-redundant-smartptr-get
372372
<clang-tidy/checks/readability/redundant-smartptr-get>` check to
373-
remove `->`, when redundant `get()` is removed.
373+
remove ``->``, when redundant ``get()`` is removed.
374374

375375
- Improved :doc:`readability-use-std-min-max
376376
<clang-tidy/checks/readability/use-std-min-max>` check to use correct template

0 commit comments

Comments
 (0)