Fix grammaro

llvm-svn: 143633
This commit is contained in:
Douglas Gregor 2011-11-03 18:33:01 +00:00
parent 3c2404b31b
commit f8b02cabca

View 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>