1
0
Fork 0

Merge pull request #12 from sonata-chen/master

fix typo
This commit is contained in:
Robbert van der Helm 2022-06-28 13:53:52 +02:00 committed by GitHub
commit d9ef4002a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ struct GainParams {
pub gain: FloatParam, pub gain: FloatParam,
/// This field isn't used in this exampleq, but anything written to the vector would be restored /// This field isn't used in this exampleq, but anything written to the vector would be restored
/// together with a preset/state file saved for this plugin. This can be useful for storign /// together with a preset/state file saved for this plugin. This can be useful for storing
/// things like sample data. /// things like sample data.
#[persist = "industry_secrets"] #[persist = "industry_secrets"]
pub random_data: RwLock<Vec<f32>>, pub random_data: RwLock<Vec<f32>>,