aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-03-22 10:25:15 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-03-22 10:25:15 +0000
commitb2cc52159023b2008cf028dc6bf153c264fc686f (patch)
tree77d1a1b007a62a5b8ef75c7f38910580bf806417 /docs
parent8ff563c2178866779903cb1b47c2962c39309995 (diff)
Documentation: fix a typo and formatting
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177722 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/Modules.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Modules.rst b/docs/Modules.rst
index ea4b7a4896..ba55892cde 100644
--- a/docs/Modules.rst
+++ b/docs/Modules.rst
@@ -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*