diff --git a/src/digital_input_stamper.rs b/src/digital_input_stamper.rs index eaf9683..621264d 100644 --- a/src/digital_input_stamper.rs +++ b/src/digital_input_stamper.rs @@ -19,7 +19,7 @@ ///! checks to see how many timestamps were collected. These collected timestamps are then returned ///! for further processing. ///! -///! To prevent silently discarding timestamps, the TIm5 input capture over-capture interrupt is +///! To prevent silently discarding timestamps, the TIM5 input capture over-capture interrupt is ///! used. Any over-capture event (which indicates an overwritten timestamp) then generates an ISR ///! which handles the over-capture. ///!