diff --git a/docs/doxygen/mainpages/cat_classes.h b/docs/doxygen/mainpages/cat_classes.h index 81c1dc06e3..ed38b1bc3e 100644 --- a/docs/doxygen/mainpages/cat_classes.h +++ b/docs/doxygen/mainpages/cat_classes.h @@ -632,13 +632,13 @@ these classes provide a subset or almost complete STL API. Related Overviews: @ref overview_container -@li wxArray: Legacy dynamic array, use srd::vector or wxVector instead. +@li wxArray: A legacy dynamic array, use std::vector or wxVector instead. @li wxArrayString: An efficient container for storing wxString objects @li wxHashMap: A type-safe hash map implementation (macro based) @li wxHashSet: A type-safe hash set implementation(macro based) @li wxHashTable: A simple hash table implementation (deprecated, use wxHashMap) @li wxList: A type-safe linked list implementation (macro based) -@li wxVector: Template base vector implementation identical to std::vector. +@li wxVector: A template-based vector implementation identical to std::vector