fix: typo

This commit is contained in:
Cyril Marpaud 2024-04-27 16:39:21 +02:00 committed by GitHub
parent 34074e6eb0
commit ede07883fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>,