[libcxx-commits] [libcxx] [libc++][docs][NFC] Fix inline code style - use double backticks (PR #108974)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 17 06:24:34 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Hristo Hristov (H-G-Hristov)

<details>
<summary>Changes</summary>

This is an apparrent omission. Single backick (Markdown style) was used instead of double backtick for inline code style.

---
Full diff: https://github.com/llvm/llvm-project/pull/108974.diff


1 Files Affected:

- (modified) libcxx/docs/Contributing.rst (+1-1) 


``````````diff
diff --git a/libcxx/docs/Contributing.rst b/libcxx/docs/Contributing.rst
index f81c537e00c243..b15fc88943d59b 100644
--- a/libcxx/docs/Contributing.rst
+++ b/libcxx/docs/Contributing.rst
@@ -168,7 +168,7 @@ sure you don't forget anything:
 
 - 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?
 - Did you run the ``libcxx-generate-files`` target and verify its output?
-- If needed, did you add `_LIBCPP_PUSH_MACROS` and `_LIBCPP_POP_MACROS` to the relevant headers?
+- If needed, did you add ``_LIBCPP_PUSH_MACROS`` and ``_LIBCPP_POP_MACROS`` to the relevant headers?
 
 The review process
 ==================

``````````

</details>


https://github.com/llvm/llvm-project/pull/108974


More information about the libcxx-commits mailing list