Fix typo 'Maximum number of classes if'
This commit is contained in:
committed by
Patrick Niklaus
parent
f7775f5e0b
commit
14082d0e00
@@ -104,7 +104,7 @@ void SetClassNames(const std::vector<std::string> &class_names,
|
||||
auto index = classes_map.size();
|
||||
if (index > MAX_CLASS_INDEX)
|
||||
{
|
||||
throw util::exception("Maximum number of classes if " +
|
||||
throw util::exception("Maximum number of classes is " +
|
||||
std::to_string(MAX_CLASS_INDEX + 1));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user