From b2cc52159023b2008cf028dc6bf153c264fc686f Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Fri, 22 Mar 2013 10:25:15 +0000 Subject: [PATCH] Documentation: fix a typo and formatting git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177722 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Modules.rst | 4 ++-- 1 file 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* -- 2.40.0