Modules: Fix malformed reStructuredText
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 25 Feb 2014 06:22:25 +0000 (06:22 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 25 Feb 2014 06:22:25 +0000 (06:22 +0000)
llvm-svn: 202117

clang/docs/Modules.rst

index 9fb4c77..8d7eaa6 100644 (file)
@@ -573,7 +573,7 @@ A *use-declaration* specifies one of the other modules that the module is allowe
     use B
   }
 
-When compiling a source file that implements a module, use the option ``-fmodule-name=``module-id to indicate that the source file is logically part of that module.
+When compiling a source file that implements a module, use the option ``-fmodule-name=module-id`` to indicate that the source file is logically part of that module.
 
 The compiler at present only applies restrictions to the module directly being built.