Skip to content

Commit 351fb97

Browse files
authored
Apply suggestions from code review
1 parent 5faabb9 commit 351fb97

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

libcxx/docs/UserDocumentation.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ User documentation
77
.. contents::
88
:local:
99

10-
This page contains information about for users of libc++:
11-
how to use libc++ if it is not the default library used by the toolchain,
12-
and what configuration knobs are available if libc++ is used by the toolchain.
13-
This page is aimed at users of libc++, whereas a separate page contains documentation
14-
aimed at vendors who build and ship libc++ as part of their toolchain.
10+
This page contains information for users of libc++: how to use libc++ if it is not
11+
the default library used by the toolchain, and what configuration knobs are available
12+
if libc++ is used by the toolchain. This page is aimed at users of libc++, whereas a
13+
separate page contains documentation aimed at vendors who build and ship libc++
14+
as part of their toolchain.
1515

1616

1717
Using a different version of the C++ Standard
@@ -236,8 +236,8 @@ C++26 Specific Configuration Macros
236236
Libc++ Extensions
237237
=================
238238

239-
This section documents various extensions to the C++ standard library
240-
provided by libc++ and any information regarding how to use them.
239+
This section documents various extensions provided by libc++
240+
and any information regarding how to use them.
241241

242242
Extended integral type support
243243
------------------------------

0 commit comments

Comments
 (0)