Update ARC docs as objc_storeStrong returns void not id

llvm-svn: 348429
This commit is contained in:
Pete Cooper 2018-12-05 23:49:52 +00:00
parent ce3a2dcf70
commit 8adc72d176
1 changed files with 1 additions and 1 deletions

View File

@ -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