Merge pull request #2879 from cyril-marpaud/patch-2

fix: typo
This commit is contained in:
Dario Nieuwenhuis 2024-04-27 19:54:50 +00:00 committed by GitHub
commit 4617f6c754
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>,