mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
typo fixed
This commit is contained in:
committed by
Robbert van der Helm
parent
18ec34e916
commit
17ba595e74
@@ -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<usize> {
|
||||
self.voices
|
||||
.iter_mut()
|
||||
|
||||
Reference in New Issue
Block a user