diff --git a/rclcpp_action/include/rclcpp_action/server_goal_handle.hpp b/rclcpp_action/include/rclcpp_action/server_goal_handle.hpp index ac9dd49492..b77eaf2787 100644 --- a/rclcpp_action/include/rclcpp_action/server_goal_handle.hpp +++ b/rclcpp_action/include/rclcpp_action/server_goal_handle.hpp @@ -196,7 +196,7 @@ class ServerGoalHandle : public ServerGoalHandleBase /// Indicate that a goal has been canceled. /** - * Only call this if the goal is executing or pending, but has been canceled. + * Only call this if the goal is canceling. * This is a terminal state, no more methods should be called on a goal handle after this is * called. *