aboutsummaryrefslogtreecommitdiff
path: root/clang/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
commit8adc72d176bb51974b973ce17f50d510277cb1e5 (patch)
tree6d1dca3440c1c888e6be206deb207d9611f0da41 /clang/docs
parentce3a2dcf70c07e4255cbc37612e948ad024224ee (diff)
Update ARC docs as objc_storeStrong returns void not id
llvm-svn: 348429
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/AutomaticReferenceCounting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/AutomaticReferenceCounting.rst b/clang/docs/AutomaticReferenceCounting.rst
index bf4d0945672a..d6d5862cbfd0 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