diff --git a/plugins/examples/poly_mod_synth/src/lib.rs b/plugins/examples/poly_mod_synth/src/lib.rs index 375dbb4e..71c517ef 100644 --- a/plugins/examples/poly_mod_synth/src/lib.rs +++ b/plugins/examples/poly_mod_synth/src/lib.rs @@ -435,7 +435,7 @@ impl Plugin for PolyModSynth { impl PolyModSynth { /// Get the index of a voice by its voice ID, if the voice exists. This does not immediately - /// reutnr a reference to the voice to avoid lifetime issues. + /// return a reference to the voice to avoid lifetime issues. fn get_voice_idx(&mut self, voice_id: i32) -> Option { self.voices .iter_mut()