Skip to content

Commit 1e6767a

Browse files
authored
Fix documentation typo in server_goal_handle.hpp (#2669)
Signed-off-by: Yurii Rovinskyi <[email protected]>
1 parent 37e3688 commit 1e6767a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp_action/include/rclcpp_action/server_goal_handle.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ServerGoalHandleBase
4343
{
4444
public:
4545
/// Indicate if client has requested this goal be cancelled.
46-
/// \return true if a cancelation request has been accepted for this goal.
46+
/// \return true if a cancellation request has been accepted for this goal.
4747
RCLCPP_ACTION_PUBLIC
4848
bool
4949
is_canceling() const;

0 commit comments

Comments
 (0)