Fix italicized text.
authorBill Wendling <isanbard@gmail.com>
Tue, 19 Jun 2012 09:27:54 +0000 (09:27 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 19 Jun 2012 09:27:54 +0000 (09:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158714 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Projects.rst

index 036aaf274d761120580fc726964a1c97f0cd36a2..7f431efb4bd2bb279cf54214617120bccc299a39 100644 (file)
@@ -310,14 +310,14 @@ you do a ``Debug``, ``Release``, or ``Profile`` build.
 Libraries
 
     All libraries (static and dynamic) will be stored in
-    ``PROJ_OBJ_ROOT/<type>/lib``, where *``type``* is ``Debug``, ``Release``, or
+    ``PROJ_OBJ_ROOT/<type>/lib``, where *type* is ``Debug``, ``Release``, or
     ``Profile`` for a debug, optimized, or profiled build, respectively.
 
 Executables
 
-    All executables will be stored in ``PROJ_OBJ_ROOT/<type>/bin``, where
-    *``type``* is ``Debug``, ``Release``, or ``Profile`` for a debug, optimized,
-    or profiled build, respectively.
+    All executables will be stored in ``PROJ_OBJ_ROOT/<type>/bin``, where *type*
+    is ``Debug``, ``Release``, or ``Profile`` for a debug, optimized, or
+    profiled build, respectively.
 
 Further Help
 ============