Skip to content

Commit 8adc72d

Browse files
committed
Update ARC docs as objc_storeStrong returns void not id
llvm-svn: 348429
1 parent ce3a2dc commit 8adc72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/AutomaticReferenceCounting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@ block exactly as if it had been sent the ``retain`` message.
22842284
22852285
.. _arc.runtime.objc_storeStrong:
22862286
2287-
``id objc_storeStrong(id *object, id value);``
2287+
``void objc_storeStrong(id *object, id value);``
22882288
----------------------------------------------
22892289
22902290
*Precondition:* ``object`` is a valid pointer to a ``__strong`` object which is

0 commit comments

Comments
 (0)