From 17ba595e748927290eb72974bc528f11d1d20e89 Mon Sep 17 00:00:00 2001 From: oilcake Date: Sun, 9 Mar 2025 18:07:46 +0300 Subject: [PATCH] typo fixed --- plugins/examples/poly_mod_synth/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()