Skip to content

Commit

Permalink
Fix documented range (#139)
Browse files Browse the repository at this point in the history
* Fix documented range

Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote authored May 12, 2022
1 parent c0cd605 commit b949fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builtin_interfaces/msg/Duration.msg
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Seconds component, range is valid over any possible int32 value.
int32 sec

# Nanoseconds component in the range of [0, 10e9).
# Nanoseconds component in the range of [0, 1e9).
uint32 nanosec
2 changes: 1 addition & 1 deletion builtin_interfaces/msg/Time.msg
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# The seconds component, valid over all int32 values.
int32 sec

# The nanoseconds component, valid in the range [0, 10e9).
# The nanoseconds component, valid in the range [0, 1e9).
uint32 nanosec

0 comments on commit b949fe7

Please sign in to comment.