Skip to content

Commit 400eb31

Browse files
oilcakerobbert-vdh
authored andcommitted
typo fixed
1 parent 17ba595 commit 400eb31

File tree

1 file changed

+1
-1
lines changed
  • plugins/examples/midi_inverter/src

1 file changed

+1
-1
lines changed

plugins/examples/midi_inverter/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use nih_plug::prelude::*;
22
use std::sync::Arc;
33

4-
/// A plugin that inverts all MIDI note numbers, channels, CCs, velocitires, pressures, and
4+
/// A plugin that inverts all MIDI note numbers, channels, CCs, velocities, pressures, and
55
/// everything else you don't want to be inverted.
66
struct MidiInverter {
77
params: Arc<MidiInverterParams>,

0 commit comments

Comments
 (0)