aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2014-02-25 06:22:25 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2014-02-25 06:22:25 +0000
commit2012aaa6411189eb07157d215c902a42af221b2e (patch)
tree02459fb59f755ffb20ac57b5baf39cd7cb2e4790 /docs
parent865dbb1ddbcda709b5ec889c9e43f162c321f5f9 (diff)
downloadclang_35a-2012aaa6411189eb07157d215c902a42af221b2e.tar.gz
Modules: Fix malformed reStructuredText
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/Modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Modules.rst b/docs/Modules.rst
index 9fb4c77487..8d7eaa6fc2 100644
--- a/docs/Modules.rst
+++ b/docs/Modules.rst
@@ -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.