diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 79c42fda2e..685544f53f 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -768,6 +768,9 @@ property access via the given method. In all other respects, a method with a related result type is treated the same way as method that returns id.

+

Use __has_feature(objc_instancetype) to determine whether +the instancetype contextual keyword is available.

+

Automatic reference counting