From 9e06a2fcfb961c4e1a0076de04c589632a9a9706 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Thu, 3 Dec 2015 17:15:50 +0000 Subject: [PATCH] Fix typo in docs/ARCOptimization.rst --- docs/ARCOptimization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ARCOptimization.rst b/docs/ARCOptimization.rst index 09973305ae124..950674233ed8f 100644 --- a/docs/ARCOptimization.rst +++ b/docs/ARCOptimization.rst @@ -194,7 +194,7 @@ is_unique performs depends on the argument type: dynamic object type uses native swift reference counting: (Builtin.UnknownObject, unknown class reference, class existential) - - Bridged object types allow the dymanic object type check to be + - Bridged object types allow the dynamic object type check to be bypassed based on the pointer encoding: (Builtin.BridgeObject)