]> granicus.if.org Git - clang/commitdiff
Documentation: fix a typo and formatting
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 22 Mar 2013 10:25:15 +0000 (10:25 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 22 Mar 2013 10:25:15 +0000 (10:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177722 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Modules.rst

index ea4b7a489690a5d6a6e1e547ff2c9ea8f625a40c..ba55892cde4bde429ed15e0a3bd56ea3d9a8891e 100644 (file)
@@ -239,7 +239,7 @@ Within a module map file, modules are referred to by a *module-id*, which uses p
 .. parsed-literal::
 
   *module-id*:
-    *identifier* (',' *identifier*)*
+    *identifier* ('.' *identifier*)*
 
 Module declaration
 ------------------
@@ -269,7 +269,7 @@ The ``system`` attribute specifies that the module is a system module. When a sy
 
 Modules can have a number of different kinds of members, each of which is described below:
 
-.. parsed-literal:
+.. parsed-literal::
 
   *module-member*:
     *requires-declaration*