[libc-commits] [libc] [libc] tiny fix for doc (PR #80512)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Fri Feb 2 15:59:30 PST 2024
https://github.com/SchrodingerZhu created https://github.com/llvm/llvm-project/pull/80512
None
>From 32a306cd531e3e60a400eb7da6b3e7efd8ed1776 Mon Sep 17 00:00:00 2001
From: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
Date: Fri, 2 Feb 2024 18:58:46 -0500
Subject: [PATCH] [libc] tiny fix for doc
---
libc/docs/search.rst | 2 +-
libc/docs/stdbit.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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:
More information about the libc-commits
mailing list