From 07a310f7781dcb7e8ade2d31e4c1b01aa0ff4687 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 5 Aug 2023 19:38:47 +0200 Subject: [PATCH] Mention multiple plugins in nih_export_clap() --- src/wrapper/clap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrapper/clap.rs b/src/wrapper/clap.rs index 57ddd1e4..9373f329 100644 --- a/src/wrapper/clap.rs +++ b/src/wrapper/clap.rs @@ -16,7 +16,7 @@ pub use clap_sys::plugin::{clap_plugin, clap_plugin_descriptor}; pub use clap_sys::version::CLAP_VERSION; pub use lazy_static::lazy_static; -/// Export a CLAP plugin from this library using the provided plugin type. +/// Export one or more CLAP plugins from this library using the provided plugin types. #[macro_export] macro_rules! nih_export_clap { ($($plugin_ty:ty),+) => {