Skip to content

Commit db06506

Browse files
committed
Update docs
Signed-off-by: Jacob Perron <[email protected]>
1 parent 542e128 commit db06506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rcl/include/rcl/graph.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ rcl_get_subscriber_names_and_types_by_node(
148148
* \see rcl_get_publisher_names_and_types_by_node for details on the `no_demangle` parameter.
149149
*
150150
* The returned names are not automatically remapped by this function.
151-
* Attempting to create services using names returned by this function may not
151+
* Attempting to create service clients using names returned by this function may not
152152
* result in the desired service name being used depending on the remap rules in use.
153153
*
154154
* <hr>
@@ -193,7 +193,7 @@ rcl_get_service_names_and_types_by_node(
193193
* \see rcl_get_publisher_names_and_types_by_node for details on the `no_demangle` parameter.
194194
*
195195
* The returned names are not automatically remapped by this function.
196-
* Attempting to create clients using names returned by this function may not
196+
* Attempting to create service servers using names returned by this function may not
197197
* result in the desired service name being used depending on the remap rules in use.
198198
*
199199
* <hr>

0 commit comments

Comments
 (0)