Skip to content

Commit c5579f4

Browse files
martinlichtldionne
andauthored
Update libcxx/docs/UserDocumentation.rst
Co-authored-by: Louis Dionne <[email protected]>
1 parent 8fe72d5 commit c5579f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/docs/UserDocumentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Usually, libc++ is packaged and shipped by a vendor through some delivery vehicl
3939
(operating system distribution, SDK, toolchain, etc) and users don't need to do
4040
anything special in order to use the library.
4141

42-
However, on systems where libc++ is provided but is not the default, we can envoke
43-
Clang with the flag ``-stdlib=`` to decide which standard library is used.
42+
However, on systems where libc++ is provided but is not the default, Clang can be invoked
43+
with the ``-stdlib=`` flag to select which standard library is used.
4444
Using ``-stdlib=libc++`` will select libc++:
4545

4646
.. code-block:: bash

0 commit comments

Comments
 (0)