From a284ba020fb3898eded5ec34e3885516c5c13f91 Mon Sep 17 00:00:00 2001 From: sonata-chen <59016625+sonata-chen@users.noreply.github.com> Date: Tue, 28 Jun 2022 19:42:46 +0800 Subject: [PATCH] fix typo --- plugins/examples/gain/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/examples/gain/src/lib.rs b/plugins/examples/gain/src/lib.rs index a4f8bd8b..3c182cb2 100644 --- a/plugins/examples/gain/src/lib.rs +++ b/plugins/examples/gain/src/lib.rs @@ -19,7 +19,7 @@ struct GainParams { pub gain: FloatParam, /// 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. #[persist = "industry_secrets"] pub random_data: RwLock>,