Skip to content

Commit a7f05a9

Browse files
authored
Update docstring for rclcpp::Node::now() (#2696)
Signed-off-by: Patrick Roncagliolo <[email protected]>
1 parent d724536 commit a7f05a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rclcpp/include/rclcpp/node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,7 +1430,7 @@ class Node : public std::enable_shared_from_this<Node>
14301430
rclcpp::Clock::ConstSharedPtr
14311431
get_clock() const;
14321432

1433-
/// Returns current time from the time source specified by clock_type.
1433+
/// Returns current time from the node clock.
14341434
/**
14351435
* \sa rclcpp::Clock::now
14361436
*/

rclcpp_lifecycle/include/rclcpp_lifecycle/lifecycle_node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ class LifecycleNode : public node_interfaces::LifecycleNodeInterface,
731731
rclcpp::Clock::ConstSharedPtr
732732
get_clock() const;
733733

734-
/// Returns current time from the time source specified by clock_type.
734+
/// Returns current time from the node clock.
735735
/**
736736
* \sa rclcpp::Clock::now
737737
*/

0 commit comments

Comments
 (0)