diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-11-03 18:33:01 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-11-03 18:33:01 +0000 |
| commit | f8b02cabcad943260c982a7db5831b2fbc8062a3 (patch) | |
| tree | 032be57b34e2e13328486ae072eed82ec011477a /clang/docs/LanguageExtensions.html | |
| parent | 3c2404b31b38ca6f76c3dace863ac8735cabdc8d (diff) | |
| download | bcm5719-llvm-f8b02cabcad943260c982a7db5831b2fbc8062a3.tar.gz bcm5719-llvm-f8b02cabcad943260c982a7db5831b2fbc8062a3.zip | |
Fix grammaro
llvm-svn: 143633
Diffstat (limited to 'clang/docs/LanguageExtensions.html')
| -rw-r--r-- | clang/docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index 34e205613be..1dc8a85eec9 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/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> |

