From 57dc61b50d38d361de39ae2cf02ef200eed252e1 Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Thu, 6 Dec 2018 00:01:44 +0000 Subject: [PATCH] Fix title underlines being too short after r348429 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348431 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AutomaticReferenceCounting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AutomaticReferenceCounting.rst b/docs/AutomaticReferenceCounting.rst index d6d5862cbf..d8cda0c05f 100644 --- a/docs/AutomaticReferenceCounting.rst +++ b/docs/AutomaticReferenceCounting.rst @@ -2285,7 +2285,7 @@ block exactly as if it had been sent the ``retain`` message. .. _arc.runtime.objc_storeStrong: ``void objc_storeStrong(id *object, id value);`` ----------------------------------------------- +------------------------------------------------ *Precondition:* ``object`` is a valid pointer to a ``__strong`` object which is adequately aligned for a pointer. ``value`` is null or a pointer to a valid -- 2.50.1