mirror of https://github.com/microsoft/clang.git
[www] Fix a typo on the analyzer website
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285686 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4e89537395
commit
f6b08c893f
|
@ -434,7 +434,7 @@ to the given function or method. The CoreFoundation framework defines a macro
|
|||
|
||||
<p>Operationally this attribute is nearly identical to 'ns_consumed' with the
|
||||
main difference that the reference count decrement still occurs when using
|
||||
Objective-C garbage collection (which is import for Core Foundation types,
|
||||
Objective-C garbage collection (which is important for Core Foundation types,
|
||||
which are not automatically garbage collected).</p>
|
||||
|
||||
<p><b>Example</b></p>
|
||||
|
|
Loading…
Reference in New Issue