Skip to content

Commit

Permalink
Fix get_node_time_source_interface() docstring (ros2#988)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron authored and Joshua Hampp committed Jul 7, 2020
1 parent a3f73dc commit a508887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/include/rclcpp/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ class Node : public std::enable_shared_from_this<Node>
rclcpp::node_interfaces::NodeParametersInterface::SharedPtr
get_node_parameters_interface();

/// Return the Node's internal NodeParametersInterface implementation.
/// Return the Node's internal NodeTimeSourceInterface implementation.
RCLCPP_PUBLIC
rclcpp::node_interfaces::NodeTimeSourceInterface::SharedPtr
get_node_time_source_interface();
Expand Down

0 comments on commit a508887

Please sign in to comment.