Skip to content

Commit

Permalink
Fix documentation typo in server_goal_handle.hpp (#2669)
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Rovinskyi <[email protected]>
  • Loading branch information
anacondrai authored Nov 10, 2024
1 parent 37e3688 commit 1e6767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp_action/include/rclcpp_action/server_goal_handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ServerGoalHandleBase
{
public:
/// Indicate if client has requested this goal be cancelled.
/// \return true if a cancelation request has been accepted for this goal.
/// \return true if a cancellation request has been accepted for this goal.
RCLCPP_ACTION_PUBLIC
bool
is_canceling() const;
Expand Down

0 comments on commit 1e6767a

Please sign in to comment.