diff options
Diffstat (limited to 'clang/docs/Modules.rst')
-rw-r--r-- | clang/docs/Modules.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst index ea4b7a48969..ba55892cde4 100644 --- a/clang/docs/Modules.rst +++ b/clang/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* |