]> granicus.if.org Git - clang/commitdiff
Fix a grammaro
authorDouglas Gregor <dgregor@apple.com>
Fri, 17 Jun 2011 22:19:27 +0000 (22:19 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 17 Jun 2011 22:19:27 +0000 (22:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133304 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AutomaticReferenceCounting.html

index e7b8f22365b4c623c3f344df289e730034827fb8..b5b17b7273a2d973fe9919229efde68396107bcc 100644 (file)
@@ -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&lt;id&gt;</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>