Skip to content

Commit 90a2047

Browse files
Make duration message and time message comments consistent
Signed-off-by: jimmy-mcelwain <[email protected]>
1 parent 823ec91 commit 90a2047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin_interfaces/msg/Duration.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Messages of this datatype are of ROS Time following this design:
33
# https://design.ros2.org/articles/clock_and_time.html
44

5-
# Seconds component, range is valid over any possible int32 value.
5+
# The seconds component, valid over all int32 values.
66
int32 sec
77

88
# The nanoseconds component, valid in the range [0, 1e9), to be added to the seconds component.

0 commit comments

Comments
 (0)