From 8e9f4488662699877cf10335991554eb5407f940 Mon Sep 17 00:00:00 2001 From: huntc Date: Fri, 28 Jan 2022 13:43:36 +1100 Subject: [PATCH] Doc tidying --- embassy-nrf/src/pwm.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/embassy-nrf/src/pwm.rs b/embassy-nrf/src/pwm.rs index 97c02edd..41dcce04 100644 --- a/embassy-nrf/src/pwm.rs +++ b/embassy-nrf/src/pwm.rs @@ -131,9 +131,7 @@ impl<'d, T: Instance> SequencePwm<'d, T> { /// Start or restart playback. Takes at least one sequence along with its /// configuration. Optionally takes a second sequence and/or its configuration. /// In the case where no second sequence is provided then the first sequence - /// is used. In the case where no second sequence configuration is supplied, - /// the first sequence configuration is used. The sequence mode applies to both - /// sequences combined as one. + /// is used. The sequence mode applies to both sequences combined as one. #[inline(always)] pub fn start( &mut self,