]> granicus.if.org Git - clang/commitdiff
[docs] Fix another bot error by setting highlight language of objc code-block to...
authorDon Hinton <hintonda@gmail.com>
Sun, 16 Jun 2019 19:15:04 +0000 (19:15 +0000)
committerDon Hinton <hintonda@gmail.com>
Sun, 16 Jun 2019 19:15:04 +0000 (19:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363521 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index e13bec1fa2df0170565a9e345f88d182f0a06552..417f572cc0653880716aacc22ab5d126e6103230 100644 (file)
@@ -127,7 +127,7 @@ Objective-C Language Changes in Clang
 
 - Fixed encoding of ObjC pointer types that are pointers to typedefs.
 
-.. code-block:: c++
+.. code-block:: objc
 
       typedef NSArray<NSObject *> MyArray;