From 080dc528c7016a107b94430b84cee6ad33e09155 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Tue, 8 Jan 2013 23:55:10 +0000 Subject: [PATCH] Removed extra "`" from ARC documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171920 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AutomaticReferenceCounting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AutomaticReferenceCounting.rst b/docs/AutomaticReferenceCounting.rst index 56a922bcdd..385b51fb19 100644 --- a/docs/AutomaticReferenceCounting.rst +++ b/docs/AutomaticReferenceCounting.rst @@ -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. -- 2.50.1