[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:
Alex Lorenz 2016-11-01 11:12:41 +00:00
parent 4e89537395
commit f6b08c893f
1 changed files with 1 additions and 1 deletions

View File

@ -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>