[cfe-commits] r171920 - /cfe/trunk/docs/AutomaticReferenceCounting.rst
Michael Gottesman
mgottesman at apple.com
Tue Jan 8 15:55:10 PST 2013
Author: mgottesman
Date: Tue Jan 8 17:55:10 2013
New Revision: 171920
URL: http://llvm.org/viewvc/llvm-project?rev=171920&view=rev
Log:
Removed extra "`" from ARC documentation.
Modified:
cfe/trunk/docs/AutomaticReferenceCounting.rst
Modified: cfe/trunk/docs/AutomaticReferenceCounting.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AutomaticReferenceCounting.rst?rev=171920&r1=171919&r2=171920&view=diff
==============================================================================
--- cfe/trunk/docs/AutomaticReferenceCounting.rst (original)
+++ cfe/trunk/docs/AutomaticReferenceCounting.rst Tue Jan 8 17:55:10 2013
@@ -1678,7 +1678,7 @@
C retainable pointer types
--------------------------
-A type is a :arc-term:`C retainable pointer type`` if it is a pointer to
+A type is a :arc-term:`C retainable pointer type` if it is a pointer to
(possibly qualified) ``void`` or a pointer to a (possibly qualifier) ``struct``
or ``class`` type.
More information about the cfe-commits
mailing list