]> granicus.if.org Git - clang/commitdiff
Fix grammaro
authorDouglas Gregor <dgregor@apple.com>
Thu, 3 Nov 2011 18:33:01 +0000 (18:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 3 Nov 2011 18:33:01 +0000 (18:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143633 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.html

index 34e205613be25399b24ac0ebcfde23b60400587a..1dc8a85eec981cd1b5af443404b501fba7b2dd13 100644 (file)
@@ -779,7 +779,7 @@ an Objective-C method, e.g.</p>
 <p>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</p>
 
 <ul>