Documentation: fix a typo and formatting

llvm-svn: 177722
This commit is contained in:
Dmitri Gribenko 2013-03-22 10:25:15 +00:00
parent 689ae01244
commit 22ee0c17a6
1 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ Within a module map file, modules are referred to by a *module-id*, which uses p
.. parsed-literal:: .. parsed-literal::
*module-id*: *module-id*:
*identifier* (',' *identifier*)* *identifier* ('.' *identifier*)*
Module declaration 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: Modules can have a number of different kinds of members, each of which is described below:
.. parsed-literal: .. parsed-literal::
*module-member*: *module-member*:
*requires-declaration* *requires-declaration*