[docs] Fix another bot error by setting highlight language of objc code-block to objc instead of c++.

llvm-svn: 363521
This commit is contained in:
Don Hinton 2019-06-16 19:15:04 +00:00
parent 9d8c94dfd7
commit 9b2d96024a
1 changed files with 1 additions and 1 deletions

View 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;