]> granicus.if.org Git - clang/commitdiff
Removed extra "`" from ARC documentation.
authorMichael Gottesman <mgottesman@apple.com>
Tue, 8 Jan 2013 23:55:10 +0000 (23:55 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Tue, 8 Jan 2013 23:55:10 +0000 (23:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171920 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AutomaticReferenceCounting.rst

index 56a922bcddc8787fe8476275db4099b095f93e41..385b51fb192229d07404322142f544925e5d139d 100644 (file)
@@ -1678,7 +1678,7 @@ from a ``__strong`` object with :ref:`precise lifetime semantics
 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.