diff options
-rw-r--r-- | www/cxx_compatibility.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_compatibility.html b/www/cxx_compatibility.html index c094f244df..9bf9865687 100644 --- a/www/cxx_compatibility.html +++ b/www/cxx_compatibility.html @@ -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> <!-- ======================================================================= --> |