[libcxx] r268709 - Fix errors in documentation

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Thu May 5 21:49:30 PDT 2016


Author: ericwf
Date: Thu May  5 23:49:30 2016
New Revision: 268709

URL: http://llvm.org/viewvc/llvm-project?rev=268709&view=rev
Log:
Fix errors in documentation

Modified:
    libcxx/trunk/docs/UsingLibcxx.rst

Modified: libcxx/trunk/docs/UsingLibcxx.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/UsingLibcxx.rst?rev=268709&r1=268708&r2=268709&view=diff
==============================================================================
--- libcxx/trunk/docs/UsingLibcxx.rst (original)
+++ libcxx/trunk/docs/UsingLibcxx.rst Thu May  5 23:49:30 2016
@@ -54,7 +54,7 @@ Using libc++experimental and ``<experime
 
 Libc++ provides implementations of experimental technical specifications
 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
 




More information about the cfe-commits mailing list