Update ValidateDataStructure.h
This commit is contained in:
committed by
GitHub
parent
fb9a5950fd
commit
b428c66f39
@@ -165,7 +165,7 @@ private:
|
||||
inline void DoValidation(T** array, unsigned int size,
|
||||
const char* firstName, const char* secondName);
|
||||
|
||||
// extended version: checks whethr T::mName occurs twice
|
||||
// extended version: checks whether T::mName occurs twice
|
||||
template <typename T>
|
||||
inline void DoValidationEx(T** array, unsigned int size,
|
||||
const char* firstName, const char* secondName);
|
||||
|
||||
Reference in New Issue
Block a user