We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605251b commit 06d400dCopy full SHA for 06d400d
rclcpp/include/rclcpp/typesupport_helpers.hpp
@@ -57,7 +57,7 @@ get_message_typesupport_handle(
57
58
/// Extract the service type support handle from the library.
59
/**
60
- * The library needs to match the topic type. The shared library must stay loaded for the lifetime of the result.
+ * The library needs to match the service type. The shared library must stay loaded for the lifetime of the result.
61
*
62
* \param[in] type The service type, e.g. "std_srvs/srv/Empty"
63
* \param[in] typesupport_identifier Type support identifier, typically "rosidl_typesupport_cpp"
0 commit comments