From f9a6aa2eb8c44f61a4070e8c6ff2d7a057268e53 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 24 Apr 2024 10:29:48 +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 c5968fea..d1d8a6f4 100644 --- a/include/clap/ext/draft/undo.h +++ b/include/clap/ext/draft/undo.h @@ -60,7 +60,7 @@ typedef struct clap_undo_delta_properties { // Bitmask of clap_undo_delta_properties_flags uint64_t flags; - // This represent the delta format version that the plugin is using. + // This represents the delta format version that the plugin is using. uint32_t format_version; } clap_undo_delta_properties_t;