From 6449db76c1fd5201ef59bb64fccf4dab2a18bebe Mon Sep 17 00:00:00 2001 From: Don Hinton Date: Sun, 16 Jun 2019 19:15:04 +0000 Subject: [PATCH] [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 --- docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0