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 | 54fb28ad4a3474845b2b812ac2966f75d5570c17 (patch) | |
tree | e12b870c52dbdff1d9deb2b732996619a6c073da | |
parent | e559ca1672ecef59345a928af0a6809b09282d2c (diff) |
Fix a grammaro
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133304 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/AutomaticReferenceCounting.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AutomaticReferenceCounting.html b/docs/AutomaticReferenceCounting.html index e7b8f22365..b5b17b7273 100644 --- a/docs/AutomaticReferenceCounting.html +++ b/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> |