[libc-commits] [libc] [libc] tiny fix for doc (PR #80512)
via libc-commits
libc-commits at lists.llvm.org
Fri Feb 2 16:00:07 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Schrodinger ZHU Yifan (SchrodingerZhu)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/80512.diff
2 Files Affected:
- (modified) libc/docs/search.rst (+1-1)
- (modified) libc/docs/stdbit.rst (+1-1)
``````````diff
diff --git a/libc/docs/search.rst b/libc/docs/search.rst
index 4233bfa8a7197..ff6a41911d3d6 100644
--- a/libc/docs/search.rst
+++ b/libc/docs/search.rst
@@ -8,7 +8,7 @@ Search Tables
Source Location
---------------
-- The main source for bitwise utility functions is located at:
+- The main source for search functions is located at:
``libc/src/search``.
- Hashtable implementation is located at:
diff --git a/libc/docs/stdbit.rst b/libc/docs/stdbit.rst
index 2dd91107dcc45..4f242d21f8b84 100644
--- a/libc/docs/stdbit.rst
+++ b/libc/docs/stdbit.rst
@@ -5,7 +5,7 @@ Bitwise Utility Functions
.. include:: check.rst
---------------
-Source location
+Source Location
---------------
- The main source for bitwise utility functions is located at:
``````````
</details>
https://github.com/llvm/llvm-project/pull/80512
More information about the libc-commits
mailing list