From 542e128ec62244dd77502f201d50a24a3f56a435 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Wed, 12 Jun 2019 12:43:56 -0700 Subject: [PATCH] Fix doc sentence Signed-off-by: Jacob Perron --- rcl/include/rcl/graph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rcl/include/rcl/graph.h b/rcl/include/rcl/graph.h index 403de3c7c..37ca69322 100644 --- a/rcl/include/rcl/graph.h +++ b/rcl/include/rcl/graph.h @@ -135,7 +135,7 @@ rcl_get_subscriber_names_and_types_by_node( const char * node_namespace, rcl_names_and_types_t * topic_names_and_types); -/// Return a list of service names and types for associated with a node. +/// Return a list of service names and types associated with a node. /** * The `node` parameter must point to a valid node. * @@ -180,7 +180,7 @@ rcl_get_service_names_and_types_by_node( const char * node_namespace, rcl_names_and_types_t * service_names_and_types); -/// Return a list of service client names and types for associated with a node. +/// Return a list of service client names and types associated with a node. /** * The `node` parameter must point to a valid node. *