We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978fd2e commit eda7103Copy full SHA for eda7103
rclrs/src/clock.rs
@@ -88,7 +88,7 @@ impl Clock {
88
89
/// Helper function to initialize a default clock, same behavior as `rcl_init_generic_clock`.
90
/// Needed because functions that initialize a clock take as an input a mutable reference
91
- /// to a clock and don't actuall return one, so we need a function to generate one. Doing this
+ /// to a clock and don't actually return one, so we need a function to generate one. Doing this
92
/// instead of a `Default` implementation allows the function to be private and avoids
93
/// exposing a public API to create an invalid clock
94
// SAFETY: Getting a default value is always safe.
0 commit comments