[doc] Fix typo.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Jun 2020 16:56:38 +0000 (09:56 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 16:56:38 +0000 (09:56 -0700)
The absence of a space here caused this codeblock to be missing from the rendered output.

clang/include/clang/Basic/AttrDocs.td

index 5222c92..8a5b9b8 100644 (file)
@@ -4359,7 +4359,7 @@ with this attribute. This is because previously constructed subobjects need to
 be destroyed if an exception gets thrown before the initialization of the
 complete object is complete. For instance:
 
-.. code-block::c++
+.. code-block:: c++
 
   void f() {
     try {