1
0
Fork 0

Fix typo in docstring

This commit is contained in:
Robbert van der Helm 2023-02-01 17:02:34 +01:00
parent 7874e1796f
commit 5cb826725d

View file

@ -39,7 +39,7 @@ pub enum MidiConfig {
/// [`Plugin::MIDI_INPUT`][crate::prelude::Plugin::MIDI_INPUT]. Also check out the
/// [`util`][crate::util] module for convenient conversion functions.
///
/// All of the timings are sample offsets withing the current buffer. All sample, channel and note
/// All of the timings are sample offsets within the current buffer. All sample, channel and note
/// numbers are zero-indexed.
#[derive(Debug, Clone, Copy, PartialEq)]
#[non_exhaustive]