From cb32b0e7a4ab690a57d1f4fb716d5dbcc8fbe4e3 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 24 Apr 2024 10:29:23 +0200 Subject: [PATCH] Update include/clap/ext/draft/undo.h Co-authored-by: Dalton Messmer --- include/clap/ext/draft/undo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h index 647626ba..3341df9a 100644 --- 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,