Browse Source

Fix errors in documentation

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@268709 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier 9 years ago
parent
commit
6637dc23f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/UsingLibcxx.rst

+ 1 - 1
docs/UsingLibcxx.rst

@@ -54,7 +54,7 @@ Using libc++experimental and ``<experimental/...>``
 
 
 Libc++ provides implementations of experimental technical specifications
 Libc++ provides implementations of experimental technical specifications
 in a separate library, ``libc++experimental.a``. Users of ``<experimental/...>``
 in a separate library, ``libc++experimental.a``. Users of ``<experimental/...>``
-headers may requiring linking with ``-lc++experimental``.
+headers may be required to link ``-lc++experimental``.
 
 
 .. code-block:: bash
 .. code-block:: bash