From 8e59ae6a1b7c77c088ed5f7e4cc12c19dc9680f1 Mon Sep 17 00:00:00 2001 From: Devin Otway Date: Fri, 4 Dec 2015 00:29:12 -0800 Subject: [PATCH] Add missing period --- docs/ARCOptimization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ARCOptimization.rst b/docs/ARCOptimization.rst index 5cf08d88d7160..082589310a756 100644 --- a/docs/ARCOptimization.rst +++ b/docs/ARCOptimization.rst @@ -151,7 +151,7 @@ referent. Consider the following sequence of rules: is deallocated. (3) A different source-level variable pointing at the same referent - must not be changed/invalidated by such a call + must not be changed/invalidated by such a call. (4) If such a variable exists, the compiler must guarantee the refcount is > 1 going into the call.