This commit is contained in:
Robert Haschke 2020-09-22 10:43:39 +02:00
parent 97e0b437f2
commit 745d6739bd

View File

@ -93,7 +93,7 @@ bool RosMsgConverterBase::insert(const boost::python::type_info& type_info, cons
}
void* RosMsgConverterBase::convertible(PyObject* object, const boost::python::type_info& type_info) {
/// object is convertible if the type of registered
/// object is convertible if the type is registered
return registry_singleton_.convertible(object, type_info);
}