Skip to content

Commit a40d68b

Browse files
[libc] tiny fix for doc (#80512)
1 parent 8256588 commit a40d68b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libc/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ stages there is no ABI stability in any form.
6666
strings
6767
stdio
6868
stdbit
69-
search
69+
libc_search
7070

7171
.. toctree::
7272
:hidden:

libc/docs/search.rst renamed to libc/docs/libc_search.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Search Tables
88
Source Location
99
---------------
1010

11-
- The main source for bitwise utility functions is located at:
11+
- The main source for search functions is located at:
1212
``libc/src/search``.
1313

1414
- Hashtable implementation is located at:

libc/docs/stdbit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bitwise Utility Functions
55
.. include:: check.rst
66

77
---------------
8-
Source location
8+
Source Location
99
---------------
1010

1111
- The main source for bitwise utility functions is located at:

0 commit comments

Comments
 (0)