Author: pete
Date: Wed Dec  5 16:01:44 2018
New Revision: 348431

URL: http://llvm.org/viewvc/llvm-project?rev=348431&view=rev
Log:
Fix title underlines being too short after r348429

Modified:
    cfe/trunk/docs/AutomaticReferenceCounting.rst

Modified: cfe/trunk/docs/AutomaticReferenceCounting.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AutomaticReferenceCounting.rst?rev=348431&r1=348430&r2=348431&view=diff
==============================================================================
--- cfe/trunk/docs/AutomaticReferenceCounting.rst (original)
+++ cfe/trunk/docs/AutomaticReferenceCounting.rst Wed Dec  5 16:01:44 2018
@@ -2285,7 +2285,7 @@ block exactly as if it had been sent the
 .. _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


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to