git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98713 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2010-03-17 05:46:21 +00:00
Родитель 88b6c71e3f
Коммит 6243e335f4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -56,7 +56,7 @@ are some ways in which you can fix it:</p>
<li>use <tt>std::vector</tt> or some other suitable container type;
or</li>
<li>allocate the array on the heap instead using <tt>new Type[]</tt> -
just remember to <tt>delete[]</t> it.</li>
just remember to <tt>delete[]</tt> it.</li>
</ol>
<!-- ======================================================================= -->