We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd229d7 commit 403f305Copy full SHA for 403f305
rclcpp_action/include/rclcpp_action/server_goal_handle.hpp
@@ -128,7 +128,7 @@ class Server;
128
* accepted.
129
* A `Server` will create an instance and give it to the user in their `handle_accepted` callback.
130
*
131
- * Internally, this class is responsible for coverting between the C++ action type and generic
+ * Internally, this class is responsible for converting between the C++ action type and generic
132
* types for `rclcpp_action::ServerGoalHandleBase`.
133
*/
134
template<typename ActionT>
0 commit comments