fix: typo
This commit is contained in:
parent
34074e6eb0
commit
ede07883fe
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue