Skip to content

Commit 0c747f4

Browse files
committed
Correct an error in the function description.
Signed-off-by: Barry Xu <barry.xu@sony.com>
1 parent 6cd334c commit 0c747f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rclcpp_action/include/rclcpp_action/client_base.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ class ClientBase : public rclcpp::Waitable
306306

307307
/// \internal
308308
/// \return true if goal id was removed from feedback subscription content filter successfully or
309-
/// goal id was not found in feedback subscription content filter or
309+
/// goal id was not found in feedback subscription content filter
310+
/// \return false if an error occurred during calling rcl function or
310311
/// if the used rmw middleware doesn't support Content Filtering feature.
311-
/// \return false if an error occurred during calling rcl function.
312312
bool
313313
configure_feedback_subscription_filter_remove_goal_id(const GoalUUID & goal_id);
314314

0 commit comments

Comments
 (0)