aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-11-03 18:33:01 +0000
committerDouglas Gregor <dgregor@apple.com>2011-11-03 18:33:01 +0000
commit8a0ace669e6a4dbe19dfe0376cb31056c3f6a374 (patch)
tree6e218832cbf70cfae8178b4fc5a3d98123dcd2b2
parent27c72d8ca8bbb2861959c71f737e2560a7bf9991 (diff)
Fix grammaro
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143633 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LanguageExtensions.html2
1 files changed, 1 insertions, 1 deletions
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.</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>