diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 558abbc..b57cee4 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -13285,7 +13285,7 @@ Most compilers already warn about simple cases and has the information to do mor ##### Example - template class Vvector { + template class Vector { // ... T* elem; // point to sz elements of type T int sz;