Remove HTML codes from a .rst file.  The proper HTML code will be added back
when the .html file is generated.

llvm-svn: 200060
diff --git a/clang/docs/ObjectiveCLiterals.rst b/clang/docs/ObjectiveCLiterals.rst
index 8066d8f..8907c1e 100644
--- a/clang/docs/ObjectiveCLiterals.rst
+++ b/clang/docs/ObjectiveCLiterals.rst
@@ -91,7 +91,7 @@
 and ``YES`` and ``NO`` were macros that expand to ``(BOOL)1`` and
 ``(BOOL)0`` respectively. To support ``@YES`` and ``@NO`` expressions,
 these macros are now defined using new language keywords in
-``<objc/objc.h>``:
+``<objc/objc.h>``:
 
 .. code-block:: objc
 
@@ -251,7 +251,7 @@
 sub-expressions of a dictionary literal must be Objective-C object
 pointer typed, as in array literals. Key sub-expressions must be of an
 Objective-C object pointer type that implements the
-``&LT;NSCopying&GT;`` protocol.
+``<NSCopying>`` protocol.
 
 Discussion
 ----------