Skip to content

Commit 597f539

Browse files
committed
* Corrected grammar within timer handle comment
1 parent 3cbdf38 commit 597f539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rclrs/src/timer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ impl<T: FnMut(&mut Timer) + Send + Sync> TimerCallback for T {}
2525
// Therefore, this type can be safely sent to another thread.
2626
unsafe impl Send for rcl_timer_t {}
2727

28-
/// Manage the lifecycle of an `rcl_timer_t`, including managing its dependencies
29-
/// on `rcl_clock_t` and `rcl_context_t` by ensuring that these dependencies are
28+
/// Manage the lifecycle of an `rcl_timer_t` and its dependency on
29+
/// `rcl_clock_t` and `rcl_context_t` by ensuring that these dependencies are
3030
/// [dropped after][1] the `rcl_timer_t`.
3131
///
3232
/// [1]: <https://doc.rust-lang.org/reference/destructors.html>

0 commit comments

Comments
 (0)