Skip to content

Commit 06d400d

Browse files
Fix typo in doc section for get_service_typesupport_handle (#2751)
Signed-off-by: Barry Xu <[email protected]>
1 parent 605251b commit 06d400d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/include/rclcpp/typesupport_helpers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ get_message_typesupport_handle(
5757

5858
/// Extract the service type support handle from the library.
5959
/**
60-
* The library needs to match the topic type. The shared library must stay loaded for the lifetime of the result.
60+
* The library needs to match the service type. The shared library must stay loaded for the lifetime of the result.
6161
*
6262
* \param[in] type The service type, e.g. "std_srvs/srv/Empty"
6363
* \param[in] typesupport_identifier Type support identifier, typically "rosidl_typesupport_cpp"

0 commit comments

Comments
 (0)