Typo fixed in 'Use templates to express containers'

This commit is contained in:
Eliyahu Ravuna 2015-10-02 00:47:39 +03:00
parent 1ab6344b44
commit 6dbcabc974

View File

@ -13285,7 +13285,7 @@ Most compilers already warn about simple cases and has the information to do mor
##### Example
template<typename T> class Vvector {
template<typename T> class Vector {
// ...
T* elem; // point to sz elements of type T
int sz;