From: Don Hinton Date: Sun, 16 Jun 2019 19:15:04 +0000 (+0000) Subject: [docs] Fix another bot error by setting highlight language of objc code-block to... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6449db76c1fd5201ef59bb64fccf4dab2a18bebe;p=clang [docs] Fix another bot error by setting highlight language of objc code-block to objc instead of c++. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363521 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index e13bec1fa2..417f572cc0 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 MyArray;