[cfe-commits] r143633 - /cfe/trunk/docs/LanguageExtensions.html
Douglas Gregor
dgregor at apple.com
Thu Nov 3 11:33:02 PDT 2011
Author: dgregor
Date: Thu Nov 3 13:33:01 2011
New Revision: 143633
URL: http://llvm.org/viewvc/llvm-project?rev=143633&view=rev
Log:
Fix grammaro
Modified:
cfe/trunk/docs/LanguageExtensions.html
Modified: cfe/trunk/docs/LanguageExtensions.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.html?rev=143633&r1=143632&r2=143633&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.html (original)
+++ cfe/trunk/docs/LanguageExtensions.html Thu Nov 3 13:33:01 2011
@@ -779,7 +779,7 @@
<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>
More information about the cfe-commits
mailing list