mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
fix: typo
This commit is contained in:
parent
34074e6eb0
commit
ede07883fe
@ -368,7 +368,7 @@ impl<'s> Sequence<'s> {
|
||||
}
|
||||
|
||||
/// A single sequence that can be started and stopped.
|
||||
/// Takes at one sequence along with its configuration.
|
||||
/// Takes one sequence along with its configuration.
|
||||
#[non_exhaustive]
|
||||
pub struct SingleSequencer<'d, 's, T: Instance> {
|
||||
sequencer: Sequencer<'d, 's, T>,
|
||||
|
Loading…
Reference in New Issue
Block a user