Update ARC docs as objc_storeStrong returns void not id
authorPete Cooper <peter_cooper@apple.com>
Wed, 5 Dec 2018 23:49:52 +0000 (23:49 +0000)
committerPete Cooper <peter_cooper@apple.com>
Wed, 5 Dec 2018 23:49:52 +0000 (23:49 +0000)
llvm-svn: 348429

clang/docs/AutomaticReferenceCounting.rst

index bf4d094..d6d5862 100644 (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