From: Douglas Gregor Date: Thu, 3 Nov 2011 18:33:01 +0000 (+0000) Subject: Fix grammaro X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a0ace669e6a4dbe19dfe0376cb31056c3f6a374;p=clang Fix grammaro git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143633 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 34e205613b..1dc8a85eec 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -779,7 +779,7 @@ an Objective-C method, e.g.

The related result type can also be inferred for some methods. To determine whether a method has an inferred related result type, the first word in the camel-case selector (e.g., "init" in "initWithObjects") is -considered, and the method will a related result type if its return +considered, and the method will have a related result type if its return type is compatible with the type of its class and if