Skip to content

Commit de1510b

Browse files
committed
comment
1 parent b7a3de1 commit de1510b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rclcpp_action/include/rclcpp_action/server.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ class Server : public ServerBase, public std::enable_shared_from_this<Server<Act
286286
* Three callbacks must be provided:
287287
* - one to accept or reject goals sent to the server,
288288
* - one to accept or reject requests to cancel a goal,
289-
* - one to given a goal handle after a goal has been accepted.
289+
* - one to receive a goal handle after a goal has been accepted.
290290
* All callbacks must be non-blocking.
291291
* The result of a goal should be set using methods on `rclcpp_action::ServerGoalHandle<>`.
292292
*

0 commit comments

Comments
 (0)