summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2018-12-05 23:49:52 +0000
committerPete Cooper <peter_cooper@apple.com>2018-12-05 23:49:52 +0000
commit2c3505166cfead8187007af48c35f1f9b8783908 (patch)
treeefc2cfbed636816ea0048b62ab6832b0e06f946f /docs
parent5d921d55bc3fda78b696691de22e63cc81f68841 (diff)
Update ARC docs as objc_storeStrong returns void not id
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348429 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/AutomaticReferenceCounting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AutomaticReferenceCounting.rst b/docs/AutomaticReferenceCounting.rst
index bf4d094567..d6d5862cbf 100644
--- a/docs/AutomaticReferenceCounting.rst
+++ b/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