commit fbd6bba10ed988dddef2c96e02c1e3f22903522e
parent c9a44f28290b1bb5dfbd5c7922f388d5fedee8ab
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Mon, 18 Jul 2022 23:15:44 +0200
Update include/clap/ext/draft/state-context.h
Co-authored-by: Robbert van der Helm <mail@robbertvanderhelm.nl>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/draft/state-context.h b/include/clap/ext/draft/state-context.h
@@ -13,7 +13,7 @@
/// the state and initialize certain things differently.
///
/// Save and Load operations may have a different context.
-/// Both operations shall be equivalent:
+/// All three operations should be equivalent:
/// 1. clap_plugin_state_context.load(clap_plugin_state.save(), CLAP_STATE_CONTEXT_FOR_PRESET)
/// 2. clap_plugin_state.load(clap_plugin_state_context.save(CLAP_STATE_CONTEXT_FOR_PRESET))
/// 3. clap_plugin_state_context.load(