Parmaeters are not real, they can't hurt you

This commit is contained in:
Robbert van der Helm
2022-04-24 18:34:40 +02:00
parent 8714310468
commit 9acd312768
16 changed files with 20 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ pub(crate) struct IcedEditorWrapperApplication<E: IcedEditor> {
parameter_updates_receiver: Arc<channel::Receiver<crate::ParameterUpdate>>,
}
/// This wraps around `E::Message` to add a parmaeter update message which can be handled directly
/// This wraps around `E::Message` to add a parameter update message which can be handled directly
/// by this wrapper. That parameter update message simply forces a redraw of the GUI whenever there
/// is a parameter update.
pub enum Message<E: IcedEditor> {