From c8d16bf3048305876fe600a598a610dfedcab1ee Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 22 Jan 2023 16:21:11 +0100 Subject: [PATCH] [clang][doc] Fixes formatting of a text block. --- clang/docs/StandardCPlusPlusModules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/StandardCPlusPlusModules.rst b/clang/docs/StandardCPlusPlusModules.rst index 1010948..44762fa 100644 --- a/clang/docs/StandardCPlusPlusModules.rst +++ b/clang/docs/StandardCPlusPlusModules.rst @@ -295,7 +295,7 @@ Module name requirement [module.unit]p1 says: -:: +.. code-block:: text All module-names either beginning with an identifier consisting of std followed by zero or more digits or containing a reserved identifier ([lex.name]) are reserved and shall not -- 2.7.4