diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-01-08 23:55:10 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-01-08 23:55:10 +0000 |
commit | 080dc528c7016a107b94430b84cee6ad33e09155 (patch) | |
tree | 456388eb9cdabea7296dadf1e231e6ab53cc0029 | |
parent | 6949ab1f5e81deccc8053dcb0eeeaa8498a91070 (diff) |
Removed extra "`" from ARC documentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171920 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/AutomaticReferenceCounting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |