Skip to content

Commit 85930a3

Browse files
committed
Fix documentation style in clock.rs.
Signed-off-by: Agustin Alba Chicar <[email protected]>
1 parent 4515e9a commit 85930a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclrs/src/clock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ impl Clock {
8383
}
8484
}
8585

86-
/// Return the 'rcl_clock_t' of the Clock
86+
/// Returns the clock's `rcl_clock_t`.
8787
pub(crate) fn get_rcl_clock(&self) -> &Arc<Mutex<rcl_clock_t>> {
8888
&self.rcl_clock
8989
}

0 commit comments

Comments
 (0)