Skip to content

Commit

Permalink
Fix doc sentence
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Jul 2, 2019
1 parent 46072dc commit 542e128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rcl/include/rcl/graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down

0 comments on commit 542e128

Please sign in to comment.