Skip to content

Commit 2777c56

Browse files
H-G-Hristovtmsri
authored andcommitted
[libc++][docs] Fix inline code style - use double backticks (llvm#108974)
This is an apparrent omission. Single backick (Markdown style) was used instead of double backtick for inline code style.
1 parent 321c6a5 commit 2777c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/docs/Contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ sure you don't forget anything:
168168

169169
- Did you add the relevant feature test macro(s) for your feature? Did you update the ``generate_feature_test_macro_components.py`` script with it?
170170
- Did you run the ``libcxx-generate-files`` target and verify its output?
171-
- If needed, did you add `_LIBCPP_PUSH_MACROS` and `_LIBCPP_POP_MACROS` to the relevant headers?
171+
- If needed, did you add ``_LIBCPP_PUSH_MACROS`` and ``_LIBCPP_POP_MACROS`` to the relevant headers?
172172

173173
The review process
174174
==================

0 commit comments

Comments
 (0)