diff options
-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. |