diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-06-17 22:19:27 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-06-17 22:19:27 +0000 |
| commit | 4fdf57b0b253b0573a6b3dce59ffe3f2d3989210 (patch) | |
| tree | f1dd0b7de55c4ea9b95353e8632c2e3b8a5c57a8 | |
| parent | e46db90c9aa00cbe1cbc6211ab4c5181ce287ce4 (diff) | |
| download | bcm5719-llvm-4fdf57b0b253b0573a6b3dce59ffe3f2d3989210.tar.gz bcm5719-llvm-4fdf57b0b253b0573a6b3dce59ffe3f2d3989210.zip | |
Fix a grammaro
llvm-svn: 133304
| -rw-r--r-- | clang/docs/AutomaticReferenceCounting.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/AutomaticReferenceCounting.html b/clang/docs/AutomaticReferenceCounting.html index e7b8f22365b..b5b17b7273a 100644 --- a/clang/docs/AutomaticReferenceCounting.html +++ b/clang/docs/AutomaticReferenceCounting.html @@ -985,7 +985,7 @@ to be intentional in template code.</p></div> <p>If a template argument for a template type parameter is an retainable object owner type that does not have an explicit ownership qualifier, it is adjusted to have <tt>__strong</tt> -qualification. This adjustment occurs both regardless of whether the +qualification. This adjustment occurs regardless of whether the template argument was deduced or explicitly specified. </p> <div class="rationale"><p>Rationale: <tt>__strong</tt> is a useful default for containers (e.g., <tt>std::vector<id></tt>), which would otherwise require explicit qualification. Moreover, unqualified retainable object pointer types are unlikely to be useful within templates, since they generally need to have a qualifier applied to the before being used.</p></div> |

