diff --git a/docs/UsingLibcxx.rst b/docs/UsingLibcxx.rst index 57472011e..514ed14b7 100644 --- a/docs/UsingLibcxx.rst +++ b/docs/UsingLibcxx.rst @@ -54,7 +54,7 @@ Using libc++experimental and ```` Libc++ provides implementations of experimental technical specifications in a separate library, ``libc++experimental.a``. Users of ```` -headers may requiring linking with ``-lc++experimental``. +headers may be required to link ``-lc++experimental``. .. code-block:: bash