Skip to content

Commit 88f7e75

Browse files
authored
update formatting
1 parent 0fb81f7 commit 88f7e75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rclcpp/time.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rclcpp::Time
1+
# rclcpp: Time
22

33
The _rclcpp::Time_ and _rclcpp::Duration_ are a significant departure from
44
their ROS1 equivalents, but are more closely related to
@@ -23,8 +23,6 @@ so you first need to convert to nanoseconds:
2323
rclcpp::Time t(static_cast<uin64_t>(seconds * 1e9));
2424
```
2525
26-
# rclcpp::Duration
27-
2826
_rclcpp::Duration_ does have functions to go both directions:
2927
3028
```cpp

0 commit comments

Comments
 (0)