[clang] da979f6 - [clang] Fix restructured markup

Nathan Sidwell via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 9 15:41:54 PST 2021


Author: Nathan Sidwell
Date: 2021-11-09T18:41:22-05:00
New Revision: da979f6cf82111d58285a96bce1febd486d65b34

URL: https://github.com/llvm/llvm-project/commit/da979f6cf82111d58285a96bce1febd486d65b34
DIFF: https://github.com/llvm/llvm-project/commit/da979f6cf82111d58285a96bce1febd486d65b34.diff

LOG: [clang] Fix restructured markup

Added: 
    

Modified: 
    clang/docs/LanguageExtensions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index 1acf8961e588..087228be14f9 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -4056,7 +4056,7 @@ The filename is optional, and if unspecified indicates no change in
 source filename. The header-type is an optional, whitespace-delimited,
 sequence of magic numbers as follows.
 
-* ``1`:` Push the current source file name onto the include stack and
+* ``1:`` Push the current source file name onto the include stack and
   enter a new file.
 
 * ``2``: Pop the include stack and return to the specified file. If


        


More information about the cfe-commits mailing list