Modules: Fix malformed reStructuredText

llvm-svn: 202117
This commit is contained in:
David Majnemer 2014-02-25 06:22:25 +00:00
parent ba7eab09d6
commit 27d8b20ee5
1 changed files with 1 additions and 1 deletions

View 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.