diff options
Diffstat (limited to 'clang/docs/AutomaticReferenceCounting.rst')
-rw-r--r-- | clang/docs/AutomaticReferenceCounting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/AutomaticReferenceCounting.rst b/clang/docs/AutomaticReferenceCounting.rst index bf4d0945672..d6d5862cbfd 100644 --- a/clang/docs/AutomaticReferenceCounting.rst +++ b/clang/docs/AutomaticReferenceCounting.rst @@ -2284,7 +2284,7 @@ block exactly as if it had been sent the ``retain`` message. .. _arc.runtime.objc_storeStrong: -``id objc_storeStrong(id *object, id value);`` +``void objc_storeStrong(id *object, id value);`` ---------------------------------------------- *Precondition:* ``object`` is a valid pointer to a ``__strong`` object which is |