From 2012aaa6411189eb07157d215c902a42af221b2e Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Tue, 25 Feb 2014 06:22:25 +0000 Subject: [PATCH] Modules: Fix malformed reStructuredText git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202117 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0