commit cb32b0e7a4ab690a57d1f4fb716d5dbcc8fbe4e3
parent 3d91c95380ec0236831910b7712d81008b81a075
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Wed, 24 Apr 2024 10:28:56 +0200
Update include/clap/ext/draft/undo.h
Co-authored-by: Dalton Messmer <messmerd97@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h
@@ -47,7 +47,7 @@ enum clap_undo_context_flags {
};
enum clap_undo_delta_properties_flags {
- // If not set, then all clap_undo_delta_properties's attributes becomes irrelevant.
+ // If not set, then all clap_undo_delta_properties's attributes become irrelevant.
// If set, then the plugin will provide deltas in host->change_made().
CLAP_UNDO_DELTA_PROPERTIES_HAS_DELTA = 1 << 0,