mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix typos in comments
This commit is contained in:
committed by
Robbert van der Helm
parent
f4995abf88
commit
0caef90b1a
@@ -21,7 +21,7 @@ use std::sync::Arc;
|
||||
|
||||
use crate::SpectralCompressorParams;
|
||||
|
||||
// These are the parameter ID prefixes used for the downwards and upwards cmpression parameters.
|
||||
// These are the parameter ID prefixes used for the downwards and upwards compression parameters.
|
||||
const DOWNWARDS_NAME_PREFIX: &str = "downwards_";
|
||||
const UPWARDS_NAME_PREFIX: &str = "upwards_";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user