diff --git a/src/lib.rs b/src/lib.rs index 7d0f8caf..b2b3bf2f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -204,7 +204,7 @@ pub(crate) fn assert_valid_channel_number(channel_number: usize, number_of_chann } } -/// Assert that the given value number is a valid time informations, i.e. greater +/// Assert that the given value number is a valid time information, i.e. greater /// than or equal to zero and finite. /// /// # Panics