From f8b02cabcad943260c982a7db5831b2fbc8062a3 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 3 Nov 2011 18:33:01 +0000 Subject: [PATCH] Fix grammaro llvm-svn: 143633 --- clang/docs/LanguageExtensions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index 34e205613be2..1dc8a85eec98 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/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